diff --git a/ShiftOS.WinForms/FakeSetupScreen.cs b/ShiftOS.WinForms/FakeSetupScreen.cs index ff1db62..a9ecc38 100644 --- a/ShiftOS.WinForms/FakeSetupScreen.cs +++ b/ShiftOS.WinForms/FakeSetupScreen.cs @@ -283,7 +283,6 @@ So make sure your password is secure enough that it can't be guessed, but easy f { for(long i = 0; i <= arbitraryAmountOfBytes; i++) { - Thread.Sleep(250); this.Invoke(new Action(() => { pgformatprogress.Value = (int)i;