From a25389332c3eccd1e7d919a8600ed6c78a059536 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 28 Sep 2018 17:11:06 +0200 Subject: [PATCH] stackdriver: remove commented code --- .../datasource/stackdriver/specs/query_filter_ctrl.test.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/app/plugins/datasource/stackdriver/specs/query_filter_ctrl.test.ts b/public/app/plugins/datasource/stackdriver/specs/query_filter_ctrl.test.ts index aa830e7bded..020db584508 100644 --- a/public/app/plugins/datasource/stackdriver/specs/query_filter_ctrl.test.ts +++ b/public/app/plugins/datasource/stackdriver/specs/query_filter_ctrl.test.ts @@ -367,12 +367,6 @@ describe('StackdriverQueryFilterCtrl', () => { }); function createCtrlWithFakes(existingFilters?: string[]) { - // StackdriverFilterCtrl.prototype.panelCtrl = { - // events: { on: () => {} }, - // panel: { scopedVars: [], targets: [] }, - // refresh: () => {}, - // }; - // StackdriverFilterCtrl.prototype.target = StackdriverFilterCtrl.prototype.loadMetricDescriptors = () => { return Promise.resolve([]); };