From 8a1bff0fadfef4ceffb1a6ae898c6e234c8e3e6d Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Thu, 8 Mar 2018 17:50:07 -0500 Subject: [PATCH] Remove unused `require` --- js/logging.js | 1 - 1 file changed, 1 deletion(-) 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;