summaryrefslogtreecommitdiff
path: root/src-migrate
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate')
-rw-r--r--src-migrate/modules/cart/components/Item.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src-migrate/modules/cart/components/Item.tsx b/src-migrate/modules/cart/components/Item.tsx
index a9b2d968..a54d4648 100644
--- a/src-migrate/modules/cart/components/Item.tsx
+++ b/src-migrate/modules/cart/components/Item.tsx
@@ -22,8 +22,6 @@ type Props = {
}
const CartItem = ({ item, editable = true, selfPicking}: Props) => {
- console.log("item",item)
- console.log("selfPicking",selfPicking)
return (
<div className={style.wrapper}>
{item.cart_type === 'promotion' && (