mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: remove commented code
This commit is contained in:
@@ -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([]);
|
||||
};
|
||||
|
Reference in New Issue
Block a user