From 48ff7e7c42ae2951a8ba3fc23de85f374c7267fd Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 18 Dec 2020 11:57:23 -0800 Subject: [PATCH] Removed errant log line. --- electron/main.js | 1 - 1 file changed, 1 deletion(-) 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;