Browse Source

stackdriver: remove commented code

Erik Sundell 7 years ago
parent
commit
a25389332c

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