diff --git a/src/lib/components/chat/ChatInput.svelte b/src/lib/components/chat/ChatInput.svelte index 2f3994c1022..572d3b7f95d 100644 --- a/src/lib/components/chat/ChatInput.svelte +++ b/src/lib/components/chat/ChatInput.svelte @@ -38,7 +38,6 @@ const target = e.target as HTMLInputElement; files = [...files, ...(target.files ?? [])]; - console.log(files.map((file) => file.type)); if (files.some((file) => file.type.startsWith("application/"))) { await settings.instantSet({ tools: [...($settings.tools ?? []), documentParserToolId],