From 93728dabef19c6bd6ce0d82c3aa5cac8e6bf82c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=8B=9D?= <43837214+Minsiki@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:21:42 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=EC=9A=A9=20useEffec?= =?UTF-8?q?t=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/floor-plan/MenuDepth01.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/floor-plan/MenuDepth01.jsx b/src/components/floor-plan/MenuDepth01.jsx index 693ccc9d..ae35a3a3 100644 --- a/src/components/floor-plan/MenuDepth01.jsx +++ b/src/components/floor-plan/MenuDepth01.jsx @@ -25,10 +25,6 @@ export default function MenuDepth01() { } } - useEffect(() => { - console.log(subMenus[selectedMenu]) - }, [selectedMenu]) - useEffect(() => { handleMenu(selectedMenu) canvas?.discardActiveObject()