mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove debug prints.
This commit is contained in:
parent
50a451970b
commit
280a0fa54c
1 changed files with 0 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue