diff --git a/app/components/chat/Chat.client.tsx b/app/components/chat/Chat.client.tsx index 8c8d36b..dfe8912 100644 --- a/app/components/chat/Chat.client.tsx +++ b/app/components/chat/Chat.client.tsx @@ -589,8 +589,6 @@ export const ChatImpl = memo( textareaRef.current?.blur(); }; - console.log(messages); - /** * Handles the change event for the textarea and updates the input state. * @param event - The change event from the textarea.