Remove remaining traces of logging code from main/index.js

We might need this later, but right now no logging is happening here.
This commit is contained in:
Alex Liebowitz 2018-01-23 20:30:58 -05:00
parent eef3f6a816
commit 76f6b1efa9

View file

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