removed console.log which flooded the whole console

main
Codinget 5 years ago
parent 2954e79d98
commit 6e39eb4098
  1. 1
      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);
}

Loading…
Cancel
Save