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