Remove old routes and debug prints.

This commit is contained in:
Shane Kilkelly 2016-01-25 13:56:07 +00:00
parent c911b7d6a3
commit a3cee72663
2 changed files with 0 additions and 3 deletions

View file

@ -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

View file

@ -3,7 +3,6 @@ define [
class ReferencesSearchManager
constructor: (@ide, @$scope) ->
console.log @ide
@$scope.$root._references = @state = keys: []
@$scope.$on 'document:closed', (e, doc) =>