diff --git a/electron/main.js b/electron/main.js index c8b5513..b07da54 100644 --- a/electron/main.js +++ b/electron/main.js @@ -331,7 +331,6 @@ autoUpdater.on("update-downloaded", (ev, info) => { buttons: ["Yes", "No"], }) .then(({ response }) => { - log.log("The button worked.", response); if (response === 0) { const isSilent = true; const isForceRunAfter = true;