diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-10-15 13:21:05 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-10-15 13:21:05 +0200 |
| commit | c057ea2e9184efbdf0cc0ffcc69330e39aa3ff9c (patch) | |
| tree | 780eba4e6a6bb43230e3d3c9658bc694312ccd59 /gui | |
| parent | 48bd8b887f4f6fd970c47024fd80a320616a4fa5 (diff) | |
| download | mullvadvpn-c057ea2e9184efbdf0cc0ffcc69330e39aa3ff9c.tar.xz mullvadvpn-c057ea2e9184efbdf0cc0ffcc69330e39aa3ff9c.zip | |
Remove old comment
Diffstat (limited to 'gui')
| -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, |
