mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove unused function
This commit is contained in:
parent
98ce03b2f2
commit
1ccba422c8
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue