diff --git a/src/routes/(app)/c/[id]/+page.svelte b/src/routes/(app)/c/[id]/+page.svelte index 5c4c5f8ee..c0db9c5f3 100644 --- a/src/routes/(app)/c/[id]/+page.svelte +++ b/src/routes/(app)/c/[id]/+page.svelte @@ -95,8 +95,6 @@ }); if (chat) { - console.log("Chat from getChatById1", chat) //Remove - console.log("Chat from getChatById2", chat.chat); // Remove const chatContent = chat.chat; if (chatContent) {