Skip to content

Commit

Permalink
fix: remove the submit log
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 6, 2023
1 parent 7977f8e commit cec181b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export const Home: NextPage = () => {
}, 10);
};
const onFormSubmit = async (e: any) => {
console.log("========e========", e.target.value);
e.preventDefault();
await generateSummary();
analytics.track("GenerateButton Clicked");
Expand Down

1 comment on commit cec181b

@vercel
Copy link

@vercel vercel bot commented on cec181b Mar 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.