Don't do logging by default
This commit is contained in:
parent
f3a9c06f92
commit
f961c8aea8
@ -44,16 +44,6 @@ 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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user