diff --git a/resources/assets/js/components/dropdown.js b/resources/assets/js/components/dropdown.js index e2bb21b0c..d2fca0556 100644 --- a/resources/assets/js/components/dropdown.js +++ b/resources/assets/js/components/dropdown.js @@ -112,7 +112,6 @@ class DropDown { onSelect(this.toggle, event => { event.stopPropagation(); - console.log('cat', event); this.show(event); if (event instanceof KeyboardEvent) { this.focusNext();