removed console.log which flooded the whole console
This commit is contained in:
@@ -112,7 +112,6 @@ const handleGamepads={
|
|||||||
|
|
||||||
const handleEvent=(type, evt) => {
|
const handleEvent=(type, evt) => {
|
||||||
for(let handler of handlers) {
|
for(let handler of handlers) {
|
||||||
console.log(type, handler);
|
|
||||||
let fn=handler[type];
|
let fn=handler[type];
|
||||||
if(fn) fn(evt);
|
if(fn) fn(evt);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user