mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove commentary
This commit is contained in:
parent
d4beba24b6
commit
87474ce060
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue