mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-31 19:27:00 -06:00
SEARCH-440
- Removed un-used app
This commit is contained in:
parent
d1c4450dbc
commit
3312e49e75
@ -53,7 +53,6 @@ exports.createSalt = function(length) {
|
||||
try {
|
||||
return crypto.randomBytes(length);
|
||||
} catch (ex) {
|
||||
console.error('Problem reading random data and generating salt!');
|
||||
throw ex;
|
||||
}
|
||||
};
|
||||
|
@ -1,6 +1,4 @@
|
||||
'use strict';
|
||||
const electron = require('electron');
|
||||
const app = electron.app;
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
const lz4 = require('../compressionLib');
|
||||
|
Loading…
Reference in New Issue
Block a user