Skip to content

Commit e64e4a7

Browse files
fix(vue): remove log statement
1 parent 1f998ec commit e64e4a7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/vue/src/components/search/AIAnswer.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,6 @@ const AIAnswer = defineComponent({
391391
return null;
392392
},
393393
handleTriggerClick() {
394-
window.console.log(
395-
'this.$props.triggerOn === AI_TRIGGER_MODES.MANUAL',
396-
this.$props.triggerOn === AI_TRIGGER_MODES.MANUAL,
397-
);
398394
if (this.$props.triggerOn === AI_TRIGGER_MODES.MANUAL) {
399395
this.handleSendMessage(null, false, '', true);
400396
this.isTriggered = true;

0 commit comments

Comments
 (0)