Skip to content

Commit 95a1b28

Browse files
committed
Remove debug
1 parent ee0e7e9 commit 95a1b28

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/Cart/CartPage/RegularCart.component.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ const RegularCart = ({
2727
</tr>
2828
</thead>
2929
<tbody>
30-
31-
Products: {JSON.stringify(cart)}
32-
33-
3430
{cart.products.length &&
3531
cart.products.map((item) => (
3632
<React.Fragment key={item.cartKey}>

0 commit comments

Comments
 (0)