Brandon Hulston 1 год назад
Родитель
Сommit
4b3acfa491
1 измененных файлов с 0 добавлено и 2 удалено
  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) {