diff --git a/apps/marketing/src/components/(marketing)/carousel.tsx b/apps/marketing/src/components/(marketing)/carousel.tsx index 51ee3fed0..22261b205 100644 --- a/apps/marketing/src/components/(marketing)/carousel.tsx +++ b/apps/marketing/src/components/(marketing)/carousel.tsx @@ -82,8 +82,6 @@ export const Carousel = () => { resetProgress(); const autoplay = emblaApi.plugins()?.autoplay; - console.log(autoplay); - if (autoplay) { autoplay.reset(); } @@ -182,8 +180,8 @@ export const Carousel = () => { -