From 76f6b1efa94f74849a2233a708a8ff299aab6b14 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Tue, 23 Jan 2018 20:30:58 -0500 Subject: [PATCH] Remove remaining traces of logging code from main/index.js We might need this later, but right now no logging is happening here. --- src/main/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/index.js b/src/main/index.js index 16f9648aa..6894ee5a1 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -10,8 +10,6 @@ import Daemon from './Daemon'; import Tray from './Tray'; import createWindow from './createWindow'; -// For now, log info messages in production for easier debugging -log.transports.file.level = ''; autoUpdater.autoDownload = true; // This is set to true if an auto update has been downloaded through the Electron