Skip to content

Commit

Permalink
remove useless sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 28, 2016
1 parent 2117138 commit f9a23ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/clients/inst_autoinit.rb
Expand Up @@ -105,7 +105,6 @@ def main
return @ret if @ret != :ok
end

Builtins.sleep(1000)
Progress.Finish

if !(Mode.autoupgrade && AutoinstConfig.ProfileInRootPart)
Expand Down Expand Up @@ -188,8 +187,6 @@ def processProfile
# return `abort;
# }

Builtins.sleep(1000)


return :abort if Popup.ConfirmAbort(:painless) if UI.PollInput == :abort

Expand Down

0 comments on commit f9a23ab

Please sign in to comment.