remove console log

This commit is contained in:
Erik Sundell
2019-01-02 13:03:18 +01:00
parent 55f558cb7c
commit 3afe8a0763
@@ -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,