From dc43a2d5aeeaee7ffc30fd23e88ce4a3086caebf Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Mon, 20 Oct 2025 15:04:33 +0900 Subject: [PATCH] =?UTF-8?q?[=ED=99=88]=20=EB=B2=A0=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=85=80=EB=9F=AC=20=EB=B6=80=EB=B6=84=20=EC=BD=98=EC=86=94=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0.=20=20-=20=EC=BD=98=EC=86=94=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/HomePanel/BestSeller/BestSeller.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx index b2d739a0..7a2f6428 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx @@ -190,10 +190,6 @@ const BestSeller = ({ ); }, [bestSellerDatas]); - useEffect(() => { - console.log("###bestSellerNewData", bestSellerNewData); - }, [bestSellerNewData]); - return (