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([]); };