Code clean-up
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
6f3593ec9a
commit
e214ae2921
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class Config {
|
|||
if (!values) return;
|
||||
|
||||
if (this.debug) {
|
||||
console.log("new config values", values)
|
||||
console.log("new config values", values);
|
||||
}
|
||||
|
||||
for (let key in values) {
|
||||
|
|
Loading…
Reference in a new issue