瀏覽代碼

stackdriver: remove debug log

Erik Sundell 7 年之前
父節點
當前提交
f14b3e7fcf
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      public/app/plugins/datasource/stackdriver/components/TemplateQueryComponent.tsx

+ 0 - 2
public/app/plugins/datasource/stackdriver/components/TemplateQueryComponent.tsx

@@ -33,9 +33,7 @@ export class StackdriverTemplateQueryComponent extends PureComponent<TemplateQue
     this.onServiceChange = this.onServiceChange.bind(this);
     this.onMetricTypeChange = this.onMetricTypeChange.bind(this);
     this.onLabelKeyChange = this.onLabelKeyChange.bind(this);
-    console.log(this.props.query);
     this.state = Object.assign(this.defaults, this.props.query);
-    console.log(Object.assign(this.defaults, this.props.query));
   }
 
   async componentDidMount() {