mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove commented-out code
This commit is contained in:
parent
ee1b32eee1
commit
7d8c7bebe2
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ module.exports = ProjectFileAgent =
|
|||
project_id: source_project_id,
|
||||
path: source_entity_path
|
||||
}, (err, entity, type) ->
|
||||
# return callback(err) if err? # also applies when file not found
|
||||
if err?
|
||||
if err.toString().match(/^not found.*/)
|
||||
err = new FileNotFoundError()
|
||||
|
|
Loading…
Reference in a new issue