mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove logging
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user