mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Remove debug prints.
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user