mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Remove commented-out code
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user