Skip to content

Commit

Permalink
remove console logs, oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 29, 2024
1 parent 9605004 commit 97f511f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ const keywords = [
"static analysis",
];
console.log({ image });
const metaPairs = [
{
content: description,
Expand Down
2 changes: 0 additions & 2 deletions src/components/Newsletter.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ const { class: className, ...rest } = Astro.props;
.then((response) => [response.ok, response.json(), response] as const)
.then(([ok, dataPromise, response]) => {
dataPromise.then((data) => {
console.log({ data });

if (ok) {
setMessage("Thanks for signing up!", "happy");
form.reset();
Expand Down

0 comments on commit 97f511f

Please sign in to comment.