mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-30 12:43:59 -06:00
SEARCH-539 & SEARCH-206
- Removed log
This commit is contained in:
parent
1a5a3c0fbe
commit
f536726216
@ -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}`)){
|
||||
|
Loading…
Reference in New Issue
Block a user