messagesoverlay - Rework logging

pull/3307/head
Martin Boonk 2024-03-29 09:27:40 +01:00
parent e75c7563e0
commit 1fffa9b30a
1 changed files with 2 additions and 3 deletions

View File

@ -19,9 +19,8 @@ const ovry = ovrx;
const ovrw = g.getWidth()-2*ovrx;
const ovrh = g.getHeight()-2*ovry;
let LOG = function() {
//print.apply(null, arguments);
};
let LOG=()=>{};
//LOG = function() { print.apply(null, arguments);};
let isQuiet = function(){
if (quiet == undefined) quiet = (require('Storage').readJSON('setting.json', 1) || {}).quiet;