Skip to content

Commit bab9a64

Browse files
authored
Merge pull request #1877 from xKevIsDev/main
fix: remove logging of messages from chat.client
2 parents 8f19ccc + 5a344cc commit bab9a64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/components/chat/Chat.client.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,6 @@ export const ChatImpl = memo(
589589
textareaRef.current?.blur();
590590
};
591591

592-
console.log(messages);
593-
594592
/**
595593
* Handles the change event for the textarea and updates the input state.
596594
* @param event - The change event from the textarea.

0 commit comments

Comments
 (0)