Skip to content

Commit 4a251f9

Browse files
committed
fix: remove console log from approveCompletion function
1 parent 74050c5 commit 4a251f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom/completionInput.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ async function complete(textBeforeCursor: string) {
105105
106106
const approveCompletion = async () => {
107107
if (suggestionInputRef.value) {
108-
console.log('✋ approveCompletion', suggestionInputRef.value);
109108
await suggestionInputRef.value.approveCompletion('all');
110109
}
111110
}

0 commit comments

Comments
 (0)