summaryrefslogtreecommitdiff
path: root/src/lib/product
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-19 14:59:03 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-19 14:59:03 +0700
commit3722093f3a84c7b6700da06b3e176cdca4a22b26 (patch)
treefb64e4d5c357b669dfd12e47c4d7790811f7eec9 /src/lib/product
parent3c6c2a888e3ab27b4d5eead34104fd142f82b1ff (diff)
<iman> delete console log
Diffstat (limited to 'src/lib/product')
-rw-r--r--src/lib/product/components/ProductSearch.jsx2
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')) {