fix: remove logging of messages from chat.client

This commit is contained in:
xKevIsDev
2025-07-23 00:16:25 +01:00
parent 8f19ccc885
commit 5a344ccd4c

View File

@@ -589,8 +589,6 @@ export const ChatImpl = memo(
textareaRef.current?.blur(); textareaRef.current?.blur();
}; };
console.log(messages);
/** /**
* Handles the change event for the textarea and updates the input state. * Handles the change event for the textarea and updates the input state.
* @param event - The change event from the textarea. * @param event - The change event from the textarea.