remove a stray console.log

This commit is contained in:
Koen Lageveen 2019-10-27 18:28:42 +01:00
parent e2a7bdb10f
commit e9fbab0a7f
1 changed files with 0 additions and 1 deletions

View File

@ -353,7 +353,6 @@ $(document).ready(function() {
});
$('body').on('keydown', function(event) {
console.log(event.target);
if (
event.target === document.querySelector('.select-list')
&& ! event.ctrlKey