mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove logging
This commit is contained in:
@@ -97,9 +97,7 @@ class ContextMenuManager
|
||||
|
||||
new Disposable =>
|
||||
for itemSet in addedItemSets
|
||||
console.log "removing", itemSet, @itemSets.indexOf(itemSet)
|
||||
@itemSets.splice(@itemSets.indexOf(itemSet), 1)
|
||||
console.log "remaining", @itemSets.slice()
|
||||
|
||||
templateForElement: (target) ->
|
||||
@templateForEvent({target})
|
||||
|
||||
Reference in New Issue
Block a user