removed console.log which flooded the whole console

Nathan DECHER 5 years ago
parent 2a67ab40ee
commit b12ac2fab9
  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