Skip to content

Commit fdeb6be

Browse files
committed
refactor: remove console log from SectionProducts component to clean up code
1 parent 285232f commit fdeb6be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/home/componentsIslands/SectionProducts.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ export const SectionProducts = ({
3333
filter == 'todos' ? productsData : category == filter
3434
)
3535

36-
console.log(newProducts)
37-
3836
setProducts(newProducts)
3937
}
4038

0 commit comments

Comments
 (0)