Remove logging

This commit is contained in:
Kevin Sawicki
2013-11-21 14:32:45 -08:00
parent c4dec72dcd
commit a9887b5007

View File

@@ -49,7 +49,6 @@ class MenuManager
update: ->
keystrokesByCommand = {}
for binding in atom.keymap.getKeyBindings() when @includeSelector(binding.selector)
console.log binding.selector
keystrokesByCommand[binding.command] ?= []
keystrokesByCommand[binding.command].push binding.keystroke
@sendToBrowserProcess(@template, keystrokesByCommand)