diff --git a/command/v7/shared/app_stager.go b/command/v7/shared/app_stager.go index 5399d6f5575..a94f168a9ae 100644 --- a/command/v7/shared/app_stager.go +++ b/command/v7/shared/app_stager.go @@ -172,10 +172,6 @@ func (stager *Stager) StartApp( if err != nil { return err } - if noWait == true { - stager.UI.DisplayText("First instance restaged correctly, restaging remaining in the background") - return nil - } } else { user, err := stager.Actor.GetCurrentUser() if err != nil {