cleanup the quick fix :|

This commit is contained in:
Allan Niles 2023-09-12 15:55:11 +00:00 committed by GitHub
parent e151a9b1d5
commit 8a2ff3c70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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