From caed23e64c7fdef840c0dc2e51eac907e7591aba Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Tue, 19 Oct 2021 11:09:25 +0700 Subject: [PATCH] :fire: remove: log :%s --- src/components/modules/checkout/CheckoutInfo/CheckoutInfo.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 (