diff --git a/explorer/src/components/UptimeChart.tsx b/explorer/src/components/UptimeChart.tsx index 38261dd5ee..5c67623aab 100644 --- a/explorer/src/components/UptimeChart.tsx +++ b/explorer/src/components/UptimeChart.tsx @@ -19,7 +19,6 @@ type FormattedChartData = [FormattedChartHeadings | FormattedDateRecord]; export const UptimeChart: React.FC = ({ title, xLabel, yLabel, uptimeStory, loading }) => { const [formattedChartData, setFormattedChartData] = React.useState(); - console.log('title, xLabel, yLabel, uptimeStory, loading', title, xLabel, yLabel, uptimeStory, loading); const theme = useTheme(); const color = theme.palette.text.primary; React.useEffect(() => { @@ -88,7 +87,7 @@ export const UptimeChart: React.FC = ({ title, xLabel, yLabel, uptim }, }, vAxis: { - // % uptime vertical + // % Routing Score vertical viewWindow: { min: 0, max: 100,