aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/main.coffee')
-rw-r--r--background_scripts/main.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 72c65264..e775cf07 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -407,7 +407,6 @@ getActualKeyStrokeLength = (key) ->
key.length
populateValidFirstKeys = ->
- console.log 'Command registry:', Commands.keyToCommandRegistry
for key of Commands.keyToCommandRegistry
if (getActualKeyStrokeLength(key) == 2)
validFirstKeys[splitKeyIntoFirstAndSecond(key).first] = true