From 5a344ccd4c1f69be690e514d5a2a8ee32b7aa9b6 Mon Sep 17 00:00:00 2001 From: xKevIsDev Date: Wed, 23 Jul 2025 00:16:25 +0100 Subject: [PATCH] fix: remove logging of messages from chat.client --- app/components/chat/Chat.client.tsx | 2 -- 1 file changed, 2 deletions(-) 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.