diff --git a/cmd/upgrade.go b/cmd/upgrade.go index 70210cfa..0f8bfb8d 100644 --- a/cmd/upgrade.go +++ b/cmd/upgrade.go @@ -173,8 +173,6 @@ func newChartCommand() *cobra.Command { cmd.Flags().StringVar(&diff.dryRunMode, "dry-run", "", dryRunUsage) } - fmt.Fprintf(os.Stderr, "args after legacy dry-run parsing: %v\n", args) - // Here we parse the flags ourselves so that we can support // both --dry-run and --dry-run=ARG syntaxes. //