Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove console log
we are returning the file, so there's no need to log it
  • Loading branch information
Adalberto Teixeira committed Sep 28, 2016
commit 945d7d98d2ea2b41800ec03bc5639ffe0166a7a7
1 change: 0 additions & 1 deletion s3upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ S3Upload.prototype.onFinishS3Put = function(signResult, file) {
};

S3Upload.prototype.preprocess = function(file, next) {
console.log('base.preprocess()', file);
return next(file);
};

Expand Down