chore(app settings): remove log statements
This commit is contained in:
parent
39fe9d55fd
commit
1d5e1bda85
1 changed files with 0 additions and 3 deletions
|
|
@ -51,8 +51,6 @@ class ApplicationConfiguration {
|
|||
},
|
||||
});
|
||||
|
||||
console.log("created configuration");
|
||||
|
||||
this.currentApplicationSettings = initialState;
|
||||
this.buildApplicationSettingsProxy();
|
||||
}
|
||||
|
|
@ -68,7 +66,6 @@ class ApplicationConfiguration {
|
|||
|
||||
this.currentApplicationSettings = latestState;
|
||||
this.buildApplicationSettingsProxy();
|
||||
console.log("pulled configuration");
|
||||
}
|
||||
|
||||
async waitForWrite() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue