log wtf is going on with scaler and resizer

This commit is contained in:
Tamius Han 2021-01-30 13:50:11 +01:00
parent 0aa7beb525
commit 35208cf9e8

View File

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