diff --git a/src/gui/src/init_sync.js b/src/gui/src/init_sync.js index d57046dd..3d632e5b 100644 --- a/src/gui/src/init_sync.js +++ b/src/gui/src/init_sync.js @@ -39,7 +39,8 @@ // something like this was also done in backend and it proved useful. (scope => { globalThis.logger = { - info: (...a) => console.log('%c[INIT/INFO]', 'color: #4287f5', ...a), + info: (...a) => {}, + // info: (...a) => console.log('%c[INIT/INFO]', 'color: #4287f5', ...a), }; })(globalThis); logger.info('start -> blocking initialization');