aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--background_scripts/commands.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 158f724d..05af51c2 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -65,7 +65,7 @@ Commands =
continue unless @availableCommands[vimiumCommand]
- konsole.log("Mapping", key, "to", vimiumCommand)
+ console.log("Mapping", key, "to", vimiumCommand)
@mapKeyToCommand(key, vimiumCommand)
else if (lineCommand == "unmap")
continue if (splitLine.length != 2)