Skip to content

Commit 88099e4

Browse files
committed
remove log
1 parent 1c04a5c commit 88099e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/checkout/useCheckout.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ const useCheckout = () => {
9898
};
9999

100100
const handleCoupon = async (coup, actions) => {
101-
console.log('discountCode', discountCode);
102101
const couponToApply = coup || discountCode;
103102

104103
const isCouponAlreadyApplied = allCoupons.some((existingCoupon) => existingCoupon?.slug === couponToApply);

0 commit comments

Comments
 (0)