瀏覽代碼

stackdriver: remove console.log

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

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

@@ -23,7 +23,6 @@ describe('StackdriverAggregationCtrl', () => {
 
         it('should populate all alignment options except two', () => {
           const result = ctrl.getAlignOptions();
-          console.log(result.map(o => o.value));
           expect(result.length).toBe(10);
           expect(result.map(o => o.value)).toEqual(
             expect.not.arrayContaining(['REDUCE_COUNT_TRUE', 'REDUCE_COUNT_FALSE'])