Commit a2538933 by Erik Sundell

stackdriver: remove commented code

parent db8bbe3c
......@@ -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([]);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment