Skip to content

Commit a0ee07b

Browse files
committed
Cleanup logs and dead code
1 parent 895ea31 commit a0ee07b

File tree

6 files changed

+0
-414
lines changed

6 files changed

+0
-414
lines changed

cli/src/components/chat-input-bar.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export const ChatInputBar = ({
123123
}
124124

125125
const handleFormSubmit = (finalAnswers?: (number | number[])[], finalOtherTexts?: string[]) => {
126-
console.log('[ChatInputBar] handleFormSubmit called', { askUserState, finalAnswers, finalOtherTexts })
127126
if (!askUserState) return
128127

129128
// Use final values if provided (for immediate submission), otherwise use current state
@@ -162,7 +161,6 @@ export const ChatInputBar = ({
162161
}
163162
}
164163
})
165-
console.log('[ChatInputBar] Submitting answers', { answers })
166164
submitAnswers(answers)
167165
}
168166

0 commit comments

Comments
 (0)