From 8bdd70e7d34cbe03aaabf2906210f04ff1055647 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Sun, 2 Jun 2024 02:24:42 -0300 Subject: [PATCH] remove debug log --- src/main/index.ts | 1 - 1 file changed, 1 deletion(-) 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();