Removed console.log

This commit is contained in:
Dan Brown 2019-08-24 18:39:38 +01:00
parent b27a5c7fb8
commit 88e076a12a
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -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();