mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: remove debug log
This commit is contained in:
parent
bdaa61a193
commit
f14b3e7fcf
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user