浏览代码

remove log

Peter Holmberg 7 年之前
父节点
当前提交
ea3e1a5876
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      public/app/viz/Gauge.tsx

+ 0 - 2
public/app/viz/Gauge.tsx

@@ -52,8 +52,6 @@ export class Gauge extends PureComponent<Props> {
   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)';