Skip to content

Commit

Permalink
fix(assistant-settings): remove console log in form submission
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Mar 2, 2025
1 parent 43901c1 commit caf686a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/AssistantSettings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
}
const formData = new FormData(e.target as HTMLFormElement, e.submitter);

console.log(formData);
loading = true;
if (files?.[0] && files[0].size > 0) {
formData.set("avatar", files[0]);
Expand Down

0 comments on commit caf686a

Please sign in to comment.