Remove commented-out code

This commit is contained in:
Shane Kilkelly 2018-05-21 10:17:00 +01:00
parent ee1b32eee1
commit 7d8c7bebe2

View file

@ -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()