SEARCH-539 & SEARCH-206

- Removed log
This commit is contained in:
Keerthi Niranjan 2017-12-18 10:29:55 +05:30
parent 1a5a3c0fbe
commit f536726216

View File

@ -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}`)){