remove unused function

This commit is contained in:
Henrique Dias 2015-08-24 10:55:27 -03:00
parent 98ce03b2f2
commit 1ccba422c8

View file

@ -63,6 +63,3 @@ module.exports = DocArchiveManager =
MongoManager.markDocHistoryAsUnarchived doc_id, (error) ->
return callback(error) if error?
callback()
getProjectsDocs: (project_id, callback)->
db.docs.find project_id: ObjectId(project_id.toString()), {}, callback