mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Stackdriver: Corrected field title and removed debug logging
This commit is contained in:
@@ -16,7 +16,6 @@ export class StackdriverConfigCtrl {
|
||||
this.current.jsonData = this.current.jsonData || {};
|
||||
this.current.secureJsonData = this.current.secureJsonData || {};
|
||||
this.current.secureJsonFields = this.current.secureJsonFields || {};
|
||||
console.log(this.current.secureJsonFields.privateKey);
|
||||
this.defaultProject = this.current.jsonData.defaultProject;
|
||||
this.projects = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user