diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-19 14:59:03 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-19 14:59:03 +0700 |
| commit | 3722093f3a84c7b6700da06b3e176cdca4a22b26 (patch) | |
| tree | fb64e4d5c357b669dfd12e47c4d7790811f7eec9 /src | |
| parent | 3c6c2a888e3ab27b4d5eead34104fd142f82b1ff (diff) | |
<iman> delete console log
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/product/components/ProductSearch.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
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')) { |
