Remove debug prints.

This commit is contained in:
Shane Kilkelly 2016-01-28 10:22:19 +00:00
parent 50a451970b
commit 280a0fa54c

View file

@ -31,9 +31,7 @@ define [
return
# console.log '>> storing references keys'
oldKeys = @$scope.$root._references.keys
console.log "#{oldKeys.length} + #{newKeys.length}"
@$scope.$root._references.keys = _.union(oldKeys, newKeys)
console.log "end>> #{@$scope.$root._references.keys.length}"
indexReferences: (docIds, shouldBroadcast) ->
opts =