Skip to content

Commit 894b4a9

Browse files
committed
chore: remove debug logging from handleSendMessage
1 parent ac8e8c3 commit 894b4a9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -596,16 +596,6 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
596596
text = text.trim()
597597

598598
if (text || images.length > 0) {
599-
// Debug: Log state when user attempts to send
600-
console.debug("[ChatView.handleSendMessage]", {
601-
isStreaming,
602-
sendingDisabled,
603-
clineAsk: clineAskRef.current,
604-
textLen: text.length,
605-
imageCount: images.length,
606-
queueLength: messageQueue.length,
607-
})
608-
609599
// Queue message if:
610600
// - Task is busy (sendingDisabled)
611601
// - API request in progress (isStreaming)

0 commit comments

Comments
 (0)