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