From 87474ce060470d2206c3bdc6cb0f3cff48e95391 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Fri, 8 Jun 2018 16:13:18 +0100 Subject: [PATCH] Remove commentary --- .../Features/LinkedFiles/ProjectOutputFileAgent.coffee | 5 ----- 1 file changed, 5 deletions(-) diff --git a/services/web/app/coffee/Features/LinkedFiles/ProjectOutputFileAgent.coffee b/services/web/app/coffee/Features/LinkedFiles/ProjectOutputFileAgent.coffee index 4850abd0e0..8af8b5bf63 100644 --- a/services/web/app/coffee/Features/LinkedFiles/ProjectOutputFileAgent.coffee +++ b/services/web/app/coffee/Features/LinkedFiles/ProjectOutputFileAgent.coffee @@ -64,11 +64,6 @@ module.exports = ProjectOutputFileAgent = { writeIncomingFileToDisk: (project_id, data, current_user_id, callback = (error, fsPath) ->) -> callback = _.once(callback) - # TODO: - # - Compile project - # - Get output file content - # - Write to disk - # - callback with fs-path if !ProjectOutputFileAgent._validate(data) return callback(new BadDataError()) { source_project_id, source_output_file_path } = data