SEARCH-440

- Removed un-used app
This commit is contained in:
Keerthi Niranjan 2017-11-27 18:41:31 +05:30
parent d1c4450dbc
commit 3312e49e75
2 changed files with 0 additions and 3 deletions

View File

@ -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;
}
};

View File

@ -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');