diff --git a/app/components/pages/homepage/HomepageSolutionSection.vue b/app/components/pages/homepage/HomepageSolutionSection.vue index af1e062..b925c27 100644 --- a/app/components/pages/homepage/HomepageSolutionSection.vue +++ b/app/components/pages/homepage/HomepageSolutionSection.vue @@ -104,7 +104,6 @@ watch(height, (h) => { if (h > 0) { carouselHeight.value = h + 40 + 'px'; - console.log('carouselHeight updated:', carouselHeight.value); } });