Skip to content
Snippets Groups Projects
Verified Commit a880bb45 authored by Shane Kilkelly's avatar Shane Kilkelly Committed by David Mehren
Browse files

Remove commentary

parent 2fd9eac5
No related branches found
No related tags found
No related merge requests found
...@@ -64,11 +64,6 @@ module.exports = ProjectOutputFileAgent = { ...@@ -64,11 +64,6 @@ module.exports = ProjectOutputFileAgent = {
writeIncomingFileToDisk: (project_id, data, current_user_id, callback = (error, fsPath) ->) -> writeIncomingFileToDisk: (project_id, data, current_user_id, callback = (error, fsPath) ->) ->
callback = _.once(callback) callback = _.once(callback)
# TODO:
# - Compile project
# - Get output file content
# - Write to disk
# - callback with fs-path
if !ProjectOutputFileAgent._validate(data) if !ProjectOutputFileAgent._validate(data)
return callback(new BadDataError()) return callback(new BadDataError())
{ source_project_id, source_output_file_path } = data { source_project_id, source_output_file_path } = data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment