Skip to content

Commit

Permalink
fix: remove debug msg in normal mode (#519)
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <aiopsclub@163.com>
  • Loading branch information
yxxhero committed Jan 13, 2024
1 parent 49bdaca commit ba3c23d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit ba3c23d

Please sign in to comment.