diff --git a/com.twin.app.shoptime/src/App/App.js b/com.twin.app.shoptime/src/App/App.js index f97c8788..ceccd20d 100644 --- a/com.twin.app.shoptime/src/App/App.js +++ b/com.twin.app.shoptime/src/App/App.js @@ -143,13 +143,13 @@ function AppBase(props) { } }, [cursorVisible]); - useEffect(() => { - if (logEnable) { - enableConsole(); - } else { - disableConsole(); - } - }, [logEnable]); + // useEffect(() => { + // if (logEnable) { + // enableConsole(); + // } else { + // disableConsole(); + // } + // }, [logEnable]); useEffect(() => { if (!oldDb8Deleted) {