stackdriver: revert project test stuff

This commit is contained in:
Erik Sundell
2018-11-15 13:23:42 +01:00
parent b9d5fa1b36
commit 69137e6774
2 changed files with 0 additions and 11 deletions

View File

@ -63,16 +63,10 @@ export class StackdriverQueryCtrl extends QueryCtrl {
constructor($scope, $injector) {
super($scope, $injector);
_.defaultsDeep(this.target, this.defaults);
this.setProjects($scope.ctrl.datasource);
this.panelCtrl.events.on('data-received', this.onDataReceived.bind(this), $scope);
this.panelCtrl.events.on('data-error', this.onDataError.bind(this), $scope);
}
async setProjects(ds) {
this.projects = await ds.getProjects();
console.log(this.projects);
}
onDataReceived(dataList) {
this.lastQueryError = null;
this.lastQueryMeta = null;