Skip to content

Commit 32000ce

Browse files
rm log
1 parent f7f0580 commit 32000ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/components/ChatV2/ChatBox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ export const ChatBox = ({
9393

9494
const messageText = textFieldRef?.current ? textFieldRef.current.value : ''
9595

96-
console.log('message is: ' + messageText)
9796
// This is here to prevent the form from submitting on disabled.
9897
// It is done this way instead of explicitely disabling the textfield
9998
// so that it doesnt break the re-focus back on the text field after message is send

0 commit comments

Comments
 (0)