From fa4d2b7b004d0da6f89a397fc0f13f9819704f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristhian=20Pe=C3=B1a?= Date: Mon, 13 Nov 2023 10:58:02 -0500 Subject: [PATCH] Revert "Change status print to a info message when finishing a rolling deployment with --no-wait" This reverts commit e3eaaae56f6751bff5b05981ce2a3f2c55718413. --- command/v7/shared/app_stager.go | 4 ---- 1 file changed, 4 deletions(-) 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 {