Remove console.log

pull/5677/head
mertsincan 2024-04-19 14:50:12 +01:00
parent b41c4c5977
commit 53168665d4
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ export default {
}
},
onFocus(event, value) {
console.log(event);
this.focusedOptionIndex = value;
this.$emit('focus', event);
},