Stackdriver: Corrected field title and removed debug logging

This commit is contained in:
Erik Sundell
2018-09-07 09:17:33 +02:00
committed by Daniel Lee
parent 92d631986f
commit 684aa3ff33
2 changed files with 1 additions and 2 deletions

View File

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