chore: Update translations
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
|
||||
let debug = false;
|
||||
export function debugLog(scope: string, msg: string, ...args: Array<any>) {
|
||||
if (!debug) return;
|
||||
console.log(scope, msg, ...args);
|
||||
if (!debug) return;
|
||||
console.log(scope, msg, ...args);
|
||||
}
|
||||
|
||||
export function setLogging(v: boolean) {
|
||||
debug = v;
|
||||
}
|
||||
debug = v;
|
||||
}
|
||||
|
Reference in New Issue
Block a user