Removed errant log line.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user