Remove logging

This commit is contained in:
Nathan Sobo
2014-09-30 11:14:26 -06:00
parent 1187b50d90
commit cf80b92f9a

View File

@@ -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})