diff --git a/src/components/widgets/AccordionWidget.astro b/src/components/widgets/AccordionWidget.astro index fefc251..865e1b3 100644 --- a/src/components/widgets/AccordionWidget.astro +++ b/src/components/widgets/AccordionWidget.astro @@ -73,7 +73,6 @@ const { title, description } = Astro.props; setInitialHeight() { requestAnimationFrame(() => { - console.log(this.padding); this.style.height = this.top.clientHeight + this.padding + "px" this.bottom.style.top = this.top.clientHeight + this.topPadding + "px"; });