Remove console.log

This commit is contained in:
mertsincan 2024-04-19 14:50:12 +01:00
parent b41c4c5977
commit 53168665d4

View file

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