mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-06 02:33:52 +00:00
Remove old routes and debug prints.
This commit is contained in:
parent
c911b7d6a3
commit
a3cee72663
2 changed files with 0 additions and 3 deletions
|
@ -171,8 +171,6 @@ module.exports = class Router
|
|||
|
||||
webRouter.get /learn(\/.*)?/, WikiController.getPage
|
||||
|
||||
webRouter.post "/project/:Project_id/references", SecurityManager.requestCanAccessProject, ReferencesSearchController.indexFile
|
||||
webRouter.get "/project/:Project_id/references/keys", SecurityManager.requestCanAccessProject, ReferencesSearchController.getKeys
|
||||
webRouter.post "/project/:Project_id/references/index", SecurityManager.requestCanAccessProject, ReferencesSearchController.index
|
||||
|
||||
#Admin Stuff
|
||||
|
|
|
@ -3,7 +3,6 @@ define [
|
|||
class ReferencesSearchManager
|
||||
constructor: (@ide, @$scope) ->
|
||||
|
||||
console.log @ide
|
||||
@$scope.$root._references = @state = keys: []
|
||||
|
||||
@$scope.$on 'document:closed', (e, doc) =>
|
||||
|
|
Loading…
Reference in a new issue