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 (