From 0d35e22fdab3e8381072f22a2ec1718f89b8df74 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 13 Oct 2020 09:21:31 -0300 Subject: [PATCH] Layout Changes --- components/product/ProductView/ProductView.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/product/ProductView/ProductView.tsx b/components/product/ProductView/ProductView.tsx index 5453a3daf..2fdc35abd 100644 --- a/components/product/ProductView/ProductView.tsx +++ b/components/product/ProductView/ProductView.tsx @@ -42,8 +42,6 @@ const ProductView: FC = ({ product, className }) => { const activeSize = choices.size const activeColor = choices.color - console.log(product.images.edges.map((n) => n.node)) - return (