diff --git a/components/product/ProductSidebar/ProductSidebar.tsx b/components/product/ProductSidebar/ProductSidebar.tsx index c65290754..9482f2b67 100644 --- a/components/product/ProductSidebar/ProductSidebar.tsx +++ b/components/product/ProductSidebar/ProductSidebar.tsx @@ -29,9 +29,6 @@ const ProductSidebar: FC<ProductSidebarProps> = ({ product, className }) => { const addToCart = async () => { setLoading(true) try { - console.log("product", product) - console.log("variant", variant) - await addItem({ productId: String(product.id), variantId: String(variant ? variant.id : product.variants[0].id),