diff --git a/js/logging.js b/js/logging.js index 15a38b30d..2538503b0 100644 --- a/js/logging.js +++ b/js/logging.js @@ -7,7 +7,6 @@ const bunyan = require('bunyan'); const _ = require('lodash'); const debuglogs = require('./modules/debuglogs'); -const Errors = require('./modules/types/errors'); const Privacy = require('./modules/privacy'); const ipc = electron.ipcRenderer;