瀏覽代碼

remove console log

Erik Sundell 7 年之前
父節點
當前提交
738fd997ce
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      public/app/plugins/datasource/stackdriver/query_aggregation_ctrl.ts

+ 0 - 1
public/app/plugins/datasource/stackdriver/query_aggregation_ctrl.ts

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