From 945d7d98d2ea2b41800ec03bc5639ffe0166a7a7 Mon Sep 17 00:00:00 2001 From: Adalberto Teixeira Date: Wed, 28 Sep 2016 12:47:53 +0100 Subject: [PATCH] Remove console log we are returning the file, so there's no need to log it --- s3upload.js | 1 - 1 file changed, 1 deletion(-) diff --git a/s3upload.js b/s3upload.js index b6a98e2..4177183 100644 --- a/s3upload.js +++ b/s3upload.js @@ -16,7 +16,6 @@ S3Upload.prototype.onFinishS3Put = function(signResult, file) { }; S3Upload.prototype.preprocess = function(file, next) { - console.log('base.preprocess()', file); return next(file); };