Преглед на файлове

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.onServiceChange = this.onServiceChange.bind(this);
     this.onMetricTypeChange = this.onMetricTypeChange.bind(this);
     this.onMetricTypeChange = this.onMetricTypeChange.bind(this);
     this.onLabelKeyChange = this.onLabelKeyChange.bind(this);
     this.onLabelKeyChange = this.onLabelKeyChange.bind(this);
-    console.log(this.props.query);
     this.state = Object.assign(this.defaults, this.props.query);
     this.state = Object.assign(this.defaults, this.props.query);
-    console.log(Object.assign(this.defaults, this.props.query));
   }
   }
 
 
   async componentDidMount() {
   async componentDidMount() {