From 90c24847bf27d21a771477071a9d150b54f4c03c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josh=20Goldberg=20=E2=9C=A8?= Date: Mon, 19 Aug 2024 10:52:58 -0400 Subject: [PATCH] Update src/components/Newsletter.astro --- src/components/Newsletter.astro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Newsletter.astro b/src/components/Newsletter.astro index 6a78b24..1f231f8 100644 --- a/src/components/Newsletter.astro +++ b/src/components/Newsletter.astro @@ -52,10 +52,6 @@ const { class: className, ...rest } = Astro.props; } } - console.log("Adding submit."); - form.onsubmit = () => { - console.log("onsubmit"); - }; form.addEventListener("submit", (event) => { event.preventDefault();