stackdriver: remove commented code

This commit is contained in:
Erik Sundell
2018-09-28 17:11:06 +02:00
parent db8bbe3cad
commit a25389332c

View File

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