From a22f493e80c7f7614cee312347b309c58bd5b8ea Mon Sep 17 00:00:00 2001 From: dongyoungKo Date: Tue, 18 Mar 2025 14:57:31 +0900 Subject: [PATCH] QA log test --- com.twin.app.shoptime/src/App/App.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/com.twin.app.shoptime/src/App/App.js b/com.twin.app.shoptime/src/App/App.js index 7632bc74..6215ce0a 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) {