stop logging vim

This commit is contained in:
Loic Nageleisen 2015-03-16 09:35:54 +01:00
parent 0e5150baeb
commit b54ba5e635

View file

@ -32,5 +32,4 @@ module.exports = ExMode =
registerCommand: Ex.registerCommand.bind(Ex) registerCommand: Ex.registerCommand.bind(Ex)
consumeVim: (vim) -> consumeVim: (vim) ->
console.log vim
@vim = vim @vim = vim