diff --git a/src/components/core/BasicScripts.astro b/src/components/core/BasicScripts.astro index 3b2c65b..178ba8b 100644 --- a/src/components/core/BasicScripts.astro +++ b/src/components/core/BasicScripts.astro @@ -15,7 +15,6 @@ const {} = Astro.props; function attachEvent(selector, event, fn) { const matches = document.querySelectorAll(selector); - console.log(matches); if (matches && matches.length) { matches.forEach((elem) => { elem.addEventListener(