diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-28 20:57:39 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-28 20:57:39 +0700 |
| commit | 15b36f567def625769a327f11b90743fb5cdbba9 (patch) | |
| tree | 14fad4943bdd69970ef93b50dc3e3a34078e20cc | |
| parent | 568d6e42bdf970211b93e31ff1b2f95f4d6468e5 (diff) | |
<Miqdad> remove console.log
| -rw-r--r-- | src/lib/product/components/Product/ProductDesktopVariant.jsx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/product/components/Product/ProductDesktopVariant.jsx b/src/lib/product/components/Product/ProductDesktopVariant.jsx index 2d7495ca..86e95ddc 100644 --- a/src/lib/product/components/Product/ProductDesktopVariant.jsx +++ b/src/lib/product/components/Product/ProductDesktopVariant.jsx @@ -358,13 +358,13 @@ const ProductDesktopVariant = ({ if (max > 0 && countDiscount > max) countDiscount = max; setDiscount(Math.max(0, countDiscount)); - console.log('count disc', countDiscount, { - basePrice, - type, - amount, - max, - min, - }); + // console.log('count disc', countDiscount, { + // basePrice, + // type, + // amount, + // max, + // min, + // }); }; useEffect(() => { @@ -376,7 +376,7 @@ const ProductDesktopVariant = ({ product?.voucherPastiHemat, ]); - console.log('product', product); + // console.log('product', product); return ( <DesktopView> |
