remove console log

This commit is contained in:
Erik Sundell 2018-12-18 11:46:07 +01:00
parent d23d4c2ca0
commit 738fd997ce

View File

@ -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,