Commit f14b3e7f by Erik Sundell

stackdriver: remove debug log

parent bdaa61a1
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment