From 3722093f3a84c7b6700da06b3e176cdca4a22b26 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Mon, 19 Aug 2024 14:59:03 +0700 Subject: delete console log --- src/lib/product/components/ProductSearch.jsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/lib/product/components/ProductSearch.jsx b/src/lib/product/components/ProductSearch.jsx index f8b44529..7c1b0a40 100644 --- a/src/lib/product/components/ProductSearch.jsx +++ b/src/lib/product/components/ProductSearch.jsx @@ -53,8 +53,6 @@ const ProductSearch = ({ if (defaultBrand) query.brand = defaultBrand.toLowerCase(); const dataIdCategories = [] - console.log('data',router) - useEffect(() => { const checkIfPenawaran = async () => { if (router.asPath.includes('penawaran')) { -- cgit v1.2.3