Skip to content

Commit 3951c33

Browse files
authored
Remove experimental warning log in upgrade command (#1106)
1 parent 7a8aeb4 commit 3951c33

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/pkg/agent/cmd/upgrade.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ func newUpgradeCommandWithArgs(_ []string, streams *cli.IOStreams) *cobra.Comman
3636
}
3737

3838
func upgradeCmd(streams *cli.IOStreams, cmd *cobra.Command, args []string) error {
39-
fmt.Fprintln(streams.Out, "The upgrade process of Elastic Agent is currently EXPERIMENTAL and should not be used in production")
40-
4139
version := args[0]
4240
sourceURI, _ := cmd.Flags().GetString("source-uri")
4341

0 commit comments

Comments
 (0)