diff --git a/src/components/modules/checkout/CheckoutInfo/CheckoutInfo.tsx b/src/components/modules/checkout/CheckoutInfo/CheckoutInfo.tsx index 0a07a6c5b..bec1fd132 100644 --- a/src/components/modules/checkout/CheckoutInfo/CheckoutInfo.tsx +++ b/src/components/modules/checkout/CheckoutInfo/CheckoutInfo.tsx @@ -76,12 +76,11 @@ const CheckoutInfo = ({ onViewCart }: CheckoutInfoProps) => { addProduct({ variantId: "63", quantity: 1 }, handleAddToCartCallback) } const handleAddToCartCallback = (isSuccess: boolean, message?: string) => { - console.log("after create order: ", isSuccess, message) + // console.log("after create order: ", isSuccess, message) } const {order} = useGetActiveOrder() - console.log("active order: ", order) return (