layers state fix

This commit is contained in:
Azgaar 2021-02-11 13:16:28 +03:00
parent 6a1f17b597
commit 7b272839a1
6 changed files with 76 additions and 66 deletions

View file

@ -11,8 +11,9 @@ const version = "1.5"; // generator version
document.title += " v" + version;
// Switches to disable/enable logging features
const INFO = 1;
const TIME = 1;
const PRODUCTION = window.location.host;
const INFO = !PRODUCTION;
const TIME = !PRODUCTION;
const WARN = 1;
const ERROR = 1;