diff options
| -rw-r--r-- | gui/packages/desktop/src/renderer/app.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/packages/desktop/src/renderer/app.js b/gui/packages/desktop/src/renderer/app.js index c465e74b8d..94571403aa 100644 --- a/gui/packages/desktop/src/renderer/app.js +++ b/gui/packages/desktop/src/renderer/app.js @@ -425,8 +425,6 @@ export default class AppRenderer { this._notificationController.notifyUnsupportedVersion(upgradeVersion); } - // fetching the latest version info has a higher latency because the daemon communicates with - // the API server this._reduxActions.version.updateLatest({ ...versionInfo, nextUpgrade: upgradeVersion, |
