mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove accidental logging
This commit is contained in:
@@ -67,7 +67,6 @@ class MenuManager
|
||||
continue if binding.indexOf('-down') != -1
|
||||
continue if binding.indexOf('tab') != -1
|
||||
|
||||
console.log binding if binding.indexOf('alt-meta') !=-1
|
||||
filtered[key] ?= []
|
||||
filtered[key].push(binding)
|
||||
filtered
|
||||
|
||||
Reference in New Issue
Block a user