Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
benarent committed Nov 3, 2023
1 parent 07ed40a commit d33e865
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion components/Feedback/Feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default function PageWithJSbasedForm(props) {

const handleSubmit = async (event: FormEvent<HTMLFormElement>) => {
event.preventDefault();
console.log(feedback);

const data = {
feedback,
Expand Down
2 changes: 1 addition & 1 deletion content/12.x
Submodule 12.x updated 1117 files
2 changes: 1 addition & 1 deletion content/13.x
Submodule 13.x updated 2203 files
2 changes: 1 addition & 1 deletion content/14.x
Submodule 14.x updated 3606 files

0 comments on commit d33e865

Please sign in to comment.