Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: remove unnecessary autoupdate error log
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Feb 15, 2021
1 parent 794e8c3 commit a4c1d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascripts/main/updateManager.ts
Expand Up @@ -241,7 +241,6 @@ export async function checkForUpdate(
});
}
} catch (error) {
logError('Exception caught while checking for autoupdates:', error);
if (userTriggered) {
dialog.showMessageBox({
title: str().finishedChecking.title,
Expand Down

0 comments on commit a4c1d7d

Please sign in to comment.