messagesoverlay - Rework logging
parent
e75c7563e0
commit
1fffa9b30a
|
|
@ -19,9 +19,8 @@ const ovry = ovrx;
|
||||||
const ovrw = g.getWidth()-2*ovrx;
|
const ovrw = g.getWidth()-2*ovrx;
|
||||||
const ovrh = g.getHeight()-2*ovry;
|
const ovrh = g.getHeight()-2*ovry;
|
||||||
|
|
||||||
let LOG = function() {
|
let LOG=()=>{};
|
||||||
//print.apply(null, arguments);
|
//LOG = function() { print.apply(null, arguments);};
|
||||||
};
|
|
||||||
|
|
||||||
let isQuiet = function(){
|
let isQuiet = function(){
|
||||||
if (quiet == undefined) quiet = (require('Storage').readJSON('setting.json', 1) || {}).quiet;
|
if (quiet == undefined) quiet = (require('Storage').readJSON('setting.json', 1) || {}).quiet;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue