Skip to content

Commit f245807

Browse files
cleanup: remove console.log
Co-authored-by: skeptrune <[email protected]>
1 parent 1724c27 commit f245807

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/search-component/src/TrieveModal/Chat/SuggestedQuestions.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export const SuggestedQuestions = ({
2828
}
2929

3030
const handleSuggestedQuestion = async (q: string | AiQuestion) => {
31-
console.log("handleSuggestedQuestion", q);
3231
setCurrentQuestion(isAiQuestion(q) ? q.questionText : q);
3332
askQuestion(
3433
isAiQuestion(q) ? q.questionText : q,

0 commit comments

Comments
 (0)