Browse Source

stackdriver: remove not used variable

Erik Sundell 7 years ago
parent
commit
7021e07ab2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      public/app/plugins/datasource/stackdriver/query_ctrl.ts

+ 0 - 1
public/app/plugins/datasource/stackdriver/query_ctrl.ts

@@ -52,7 +52,6 @@ export class StackdriverQueryCtrl extends QueryCtrl {
     metricKind: '',
     valueType: '',
   };
-  projects: any;
 
   showHelp: boolean;
   showLastQuery: boolean;