From 68b6cb869e66b446a0eb72cd484aa45da20af3cf Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 14 Jan 2023 22:05:38 +0800 Subject: [PATCH] No need these console logs anymore --- src/pages/home.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/home.jsx b/src/pages/home.jsx index eecf8b2c..bee401fb 100644 --- a/src/pages/home.jsx +++ b/src/pages/home.jsx @@ -433,7 +433,6 @@ function BoostsCarousel({ boosts }) { scrollableElement: carouselRef.current, direction: 'horizontal', }); - console.log({ reachStart, reachEnd }); return (