Skip to content

Commit 8dc7a5c

Browse files
committed
Remove console log
1 parent dd1d48a commit 8dc7a5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/Cart/AddToCartButton.component.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ const AddToCartButton = ({ product }) => {
4444

4545
localStorage.setItem('woocommerce-cart', JSON.stringify(updatedCart));
4646

47-
console.log("Data cart: ", data)
48-
4947
// Update cart data in React Context.
5048
setCart(updatedCart);
5149
},

0 commit comments

Comments
 (0)