diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index a3973e917..d5a1247d9 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -2518,8 +2518,6 @@ export default { event.target.value = this.formatValue(this.modelValue); }, onKeyDown(event) { - console.log('test'); - if (event.code === 'ArrowDown' && this.overlay) { this.trapFocus(event); } else if (event.code === 'ArrowDown' && !this.overlay) {