Removed errant log line.

This commit is contained in:
Patrick Fic
2020-12-18 11:57:23 -08:00
parent 3fc5125d88
commit 48ff7e7c42

View File

@@ -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;