cleanup the quick fix :|

This commit is contained in:
Allan Niles 2023-09-12 15:55:11 +00:00
parent eaac8e0992
commit f528cc7c58
2 changed files with 1 additions and 2 deletions

View file

@ -2727,7 +2727,6 @@ class EmulatorJS {
} }
} }
keyLookup(controllerkey){ keyLookup(controllerkey){
console.log(controllerkey);
for (var key in this.keyMap) { for (var key in this.keyMap) {
if (this.keyMap[key] === controllerkey.value) { if (this.keyMap[key] === controllerkey.value) {
return key; return key;

File diff suppressed because one or more lines are too long