mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
remove console log
This commit is contained in:
parent
d23d4c2ca0
commit
738fd997ce
@ -52,7 +52,6 @@ export class StackdriverAggregationCtrl {
|
||||
}
|
||||
|
||||
setAlignOptions() {
|
||||
console.log('this.target.metricKind', this.target.metricKind);
|
||||
const alignments = getAlignmentOptionsByMetric(this.target.valueType, this.target.metricKind).map(a => ({
|
||||
...a,
|
||||
label: a.text,
|
||||
|
Loading…
Reference in New Issue
Block a user