remove console log

This commit is contained in:
Erik Sundell
2019-01-07 11:26:05 +01:00
parent a441251cf5
commit b9b25e766f
@@ -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,