Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aralyekta committed Mar 5, 2025
1 parent 52a3a5c commit ddc468f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/gurubase-frontend/src/app/guru/create/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function UserInfoPage() {

return response;
} catch (error) {
console.error("Error submitting form:", error);
// console.error("Error submitting form:", error);
throw error;
}
};
Expand Down
2 changes: 0 additions & 2 deletions src/gurubase-frontend/src/components/GuruForm/GuruForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ const GuruCreationForm = ({
source
};

console.log("Form submitted with data:", submissionData);

// Call external onSubmit if provided
if (externalOnSubmit) {
await externalOnSubmit(submissionData);
Expand Down

0 comments on commit ddc468f

Please sign in to comment.