From 53168665d415801d4b5a12a79b69a12f4bb8f0dd Mon Sep 17 00:00:00 2001 From: mertsincan Date: Fri, 19 Apr 2024 14:50:12 +0100 Subject: [PATCH] Remove console.log --- components/lib/rating/Rating.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/lib/rating/Rating.vue b/components/lib/rating/Rating.vue index 8eead1175..887b9df52 100755 --- a/components/lib/rating/Rating.vue +++ b/components/lib/rating/Rating.vue @@ -74,7 +74,6 @@ export default { } }, onFocus(event, value) { - console.log(event); this.focusedOptionIndex = value; this.$emit('focus', event); },