diff --git a/src/main/index.ts b/src/main/index.ts index 513468a3..74481090 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -21,7 +21,6 @@ autoUpdater.setFeedURL({ }); autoUpdater.logger = logger; -console.log = logger.info; const gotTheLock = app.requestSingleInstanceLock(); if (!gotTheLock) app.quit();