From dac2894f374656d27a73be87f352ed25c6ea3ebc Mon Sep 17 00:00:00 2001 From: dongyoungKo Date: Fri, 21 Mar 2025 15:26:09 +0900 Subject: [PATCH] =?UTF-8?q?Q-Card=20=EC=A7=84=EC=9E=85=20log=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 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) {