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:
parent
eef3f6a816
commit
76f6b1efa9
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue