From 4b3acfa49167c92e8063baac28458cf4bf3a32d5 Mon Sep 17 00:00:00 2001 From: Brandon Hulston Date: Mon, 15 Jan 2024 18:07:31 -0700 Subject: [PATCH] Remove console logs --- src/routes/(app)/c/[id]/+page.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/(app)/c/[id]/+page.svelte b/src/routes/(app)/c/[id]/+page.svelte index 5c4c5f8e..c0db9c5f 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) {