remove test code

This commit is contained in:
pointfeev 2022-06-10 19:45:19 -05:00
parent ca72e9adf5
commit 5ed4c2808e

View file

@ -180,8 +180,6 @@ internal partial class MainForm : CustomForm
} }
catch { } catch { }
await Task.Run(() => Thread.Sleep(3000));
if (updateManager is not null && updateManager.IsUpdatePrepared(latestVersion)) if (updateManager is not null && updateManager.IsUpdatePrepared(latestVersion))
{ {
updateManager.LaunchUpdater(latestVersion); updateManager.LaunchUpdater(latestVersion);