mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -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);
|
let decryptionProcess = input.pipe(decrypt).pipe(output);
|
||||||
|
|
||||||
decryptionProcess.on('error', (err) => {
|
|
||||||
console.log(err)
|
|
||||||
});
|
|
||||||
|
|
||||||
decryptionProcess.on('finish', () => {
|
decryptionProcess.on('finish', () => {
|
||||||
|
|
||||||
if (!fs.existsSync(`${this.dump}/decrypted${searchConfig.TAR_LZ4_EXT}`)){
|
if (!fs.existsSync(`${this.dump}/decrypted${searchConfig.TAR_LZ4_EXT}`)){
|
||||||
|
Loading…
Reference in New Issue
Block a user