From f5367262164ccf9b02645c066c107ad0cc76ce14 Mon Sep 17 00:00:00 2001 From: Keerthi Niranjan Date: Mon, 18 Dec 2017 10:29:55 +0530 Subject: [PATCH] SEARCH-539 & SEARCH-206 - Removed log --- js/cryptoLib/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/cryptoLib/index.js b/js/cryptoLib/index.js index 453439e1..928188b0 100644 --- a/js/cryptoLib/index.js +++ b/js/cryptoLib/index.js @@ -91,10 +91,6 @@ class Crypto { let decryptionProcess = input.pipe(decrypt).pipe(output); - decryptionProcess.on('error', (err) => { - console.log(err) - }); - decryptionProcess.on('finish', () => { if (!fs.existsSync(`${this.dump}/decrypted${searchConfig.TAR_LZ4_EXT}`)){