diff --git a/src/js/input.js b/src/js/input.js index f1fc3b5..d222f3c 100644 --- a/src/js/input.js +++ b/src/js/input.js @@ -112,7 +112,6 @@ const handleGamepads={ const handleEvent=(type, evt) => { for(let handler of handlers) { - console.log(type, handler); let fn=handler[type]; if(fn) fn(evt); }