aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/FakeSetupScreen.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/FakeSetupScreen.cs')
-rw-r--r--ShiftOS.WinForms/FakeSetupScreen.cs1
1 files changed, 0 insertions, 1 deletions
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;