From df19233ba53f6a9990e597125da4b85a0e2dd9fe Mon Sep 17 00:00:00 2001 From: dnelband <dnelband@gmail.com> Date: Thu, 29 Aug 2019 12:10:36 +0200 Subject: [PATCH] revert changes --- app/main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/main.js b/app/main.js index 6386283..cad8743 100644 --- a/app/main.js +++ b/app/main.js @@ -87,15 +87,12 @@ function createWindow() { } }); - console.log("checking if it updates"); - if (!isDebugMode) { mainWindow.setMenu(null); } mainWindow.loadURL(indexFileUrl); mainWindow.maximize(); - autoUpdater.checkForUpdatesAndNotify(); mainWindow.on('close', () => { const appConfigStore = new ElectronStore({name: appConfigStoreStorage}); -- GitLab