From fcb8cb080865a89bc702bd028740c980229c543e Mon Sep 17 00:00:00 2001 From: Marcella Maki Date: Tue, 24 May 2022 09:30:39 -0400 Subject: [PATCH] Remove console --- lib/KDropdownMenu.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/KDropdownMenu.vue b/lib/KDropdownMenu.vue index dbf9413ad..e00a6fbb2 100644 --- a/lib/KDropdownMenu.vue +++ b/lib/KDropdownMenu.vue @@ -137,7 +137,6 @@ // manage rotating through the options using arrow keys // UP arrow: .keyCode is depricated and should used only as a fallback - console.log(event.key); if ((event.key == 'ArrowUp' || event.keyCode == 38) && popoverIsOpen) { event.preventDefault(); prevSibling