From 1b393ab29277a52a7083327c8636ce7cad2c19b2 Mon Sep 17 00:00:00 2001 From: Rui Santiago Date: Thu, 13 Feb 2025 18:39:29 +0000 Subject: [PATCH] Update src/components/chat/ChatContent.tsx --- src/components/chat/ChatContent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/chat/ChatContent.tsx b/src/components/chat/ChatContent.tsx index 562083d..a320aeb 100644 --- a/src/components/chat/ChatContent.tsx +++ b/src/components/chat/ChatContent.tsx @@ -167,7 +167,6 @@ export const ChatContent = ({ }, [scrollToBottom]); useEffect(() => { - console.log({ options, messages, isInProgress }); if (options?.prompt && messages.length === 0 && !isInProgress) { append({ id: generateId(),