From f3afc2b28c30c13514e19d3612808e77b7901eed Mon Sep 17 00:00:00 2001 From: prototypa Date: Fri, 19 Aug 2022 23:45:37 -0400 Subject: [PATCH] Remove console.log --- src/components/core/BasicScripts.astro | 2 -- 1 file changed, 2 deletions(-) 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 () {