From 8a2ff3c70e6ccb3a3e7d011c797bdc7f4231cd96 Mon Sep 17 00:00:00 2001 From: Allan Niles Date: Tue, 12 Sep 2023 15:55:11 +0000 Subject: [PATCH] cleanup the quick fix :| --- data/emulator.js | 1 - 1 file changed, 1 deletion(-) diff --git a/data/emulator.js b/data/emulator.js index 4f2f669..08111b7 100644 --- a/data/emulator.js +++ b/data/emulator.js @@ -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;