mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove debug prints.
This commit is contained in:
parent
8c9c476dd7
commit
4d46804b9f
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@ define [
|
|||
], () ->
|
||||
class ReferencesSearchManager
|
||||
constructor: (@ide, @$scope) ->
|
||||
console.log ">> yay"
|
||||
|
||||
@$scope.$on 'document:closed', (e, doc) =>
|
||||
if doc.doc_id
|
||||
|
@ -13,7 +12,6 @@ define [
|
|||
@indexReferences doc.doc_id
|
||||
|
||||
indexReferences: (doc_id) ->
|
||||
console.log ">> doc id #{doc_id}"
|
||||
$.post(
|
||||
"/project/#{@$scope.project_id}/references",
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue