Skip to content

Commit

Permalink
Update src/components/Newsletter.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg authored Aug 19, 2024
1 parent 35b3021 commit 90c2484
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Newsletter.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 90c2484

Please sign in to comment.