From c3ce45a5163a5c65a6d6bbb32ce76592d6b738b6 Mon Sep 17 00:00:00 2001 From: dongyoungKo Date: Wed, 11 Jun 2025 18:34:09 +0900 Subject: [PATCH] =?UTF-8?q?console.log=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx index 77d64b80..796fd6ec 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx @@ -409,7 +409,6 @@ const FeaturedBrandsPanel = ({ isOnTop, panelInfo, spotlightId }) => { ); const renderPageItem = useCallback(() => { - console.log("#brandChannelCnt", brandChannelCnt); return ( <> {sortedBrandLayoutInfo.map((el, idx) => {