diff --git a/cli/cmd/install/install.go b/cli/cmd/install/install.go index ecb8f3d67e..785e66206a 100644 --- a/cli/cmd/install/install.go +++ b/cli/cmd/install/install.go @@ -441,7 +441,6 @@ func (c *Command) installConsul(valuesYaml []byte, vals map[string]interface{}, return err } - c.UI.Output("%s installed in namespace %q.", common.ReleaseTypeConsul, c.flagNamespace, terminal.WithSuccessStyle()) return nil }