diff --git a/components/home/index.js b/components/home/index.js index f14ab9988..5384cbab2 100644 --- a/components/home/index.js +++ b/components/home/index.js @@ -37,20 +37,12 @@ export async function HomeProductsList({ collection }) { collection, }); - // console.log({ collection, products }); - // const num = 4; - // console.log({ - // price: products[num].priceRange, - // compareAt: products[num].compareAtPriceRange, - // title: products[num].title, - // }); - return ( <> {products.length === 0 ? (

{`No products found`}

) : ( -