diff --git a/src/pages/ExplorePage/ProjectsRow/ProjectsRow.tsx b/src/pages/ExplorePage/ProjectsRow/ProjectsRow.tsx index 6230548..2af12e6 100644 --- a/src/pages/ExplorePage/ProjectsRow/ProjectsRow.tsx +++ b/src/pages/ExplorePage/ProjectsRow/ProjectsRow.tsx @@ -48,8 +48,6 @@ export default function ProjectsRow({ title, categoryId, projects }: Props) { } useResizeListener(() => { - console.log(calcNumItems()); - setCarouselItmsCnt(calcNumItems()); }, [setCarouselItmsCnt])