Don't do logging by default

This commit is contained in:
Tamius Han 2021-01-31 17:44:33 +01:00
parent f3a9c06f92
commit f961c8aea8

View File

@ -44,16 +44,6 @@ class Logger {
}
static async getConfig() {
return { "allowLogging": true,
"consoleOptions": {
"enabled": true,
"debug": true,
"resizer": true,
"scaler": true,
"stretcher": true
},
"fileOptions": {}
}
let ret;
if (currentBrowser.firefox) {