Browse Source

Remove console logs

Brandon Hulston 1 year ago
parent
commit
4b3acfa491
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/routes/(app)/c/[id]/+page.svelte

+ 0 - 2
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) {