diff --git a/public/app/viz/Gauge.tsx b/public/app/viz/Gauge.tsx index fe85124aa33..3ef9b599c36 100644 --- a/public/app/viz/Gauge.tsx +++ b/public/app/viz/Gauge.tsx @@ -52,8 +52,6 @@ export class Gauge extends PureComponent { draw() { const { timeSeries, showThresholdLabels, showThresholdMarkers, thresholds, width, height, stat } = this.props; - console.log(thresholds); - const dimension = Math.min(width, height * 1.3); const backgroundColor = config.bootData.user.lightTheme ? 'rgb(230,230,230)' : 'rgb(38,38,38)'; const fontColor = config.bootData.user.lightTheme ? 'rgb(38,38,38)' : 'rgb(230,230,230)';