remove comments

This commit is contained in:
Brian Gough 2018-01-29 10:38:25 +00:00
parent b30dd22f0e
commit 2f52e6c4b4

View file

@ -447,12 +447,3 @@ describe "ProjectDuplicateNames", ->
it "should respond with 400 error status", ->
expect(@res.statusCode).to.equal 400
# webRouter.post '/project/:Project_id/:entity_type/:entity_id/rename', AuthorizationMiddlewear.ensureUserCanWriteProjectContent, EditorHttpController.renameEntity
# webRouter.post '/project/:Project_id/:entity_type/:entity_id/move', AuthorizationMiddlewear.ensureUserCanWriteProjectContent, EditorHttpController.moveEntity