aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Sand2013-02-18 10:08:40 +0000
committerTimo Sand2013-02-18 10:08:40 +0000
commit22093e34ab94bbdab4059f197a67f8b57dd0b99e (patch)
treed554241c1848a55434bf98b9be9543cd05fe1b15
parent4116e6107f013e17d858b24d1120c5ad48118026 (diff)
downloadvimium-22093e34ab94bbdab4059f197a67f8b57dd0b99e.tar.bz2
Removed erroneous log call
-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