Skip to content

Commit ba3c23d

Browse files
authored
fix: remove debug msg in normal mode (#519)
Signed-off-by: yxxhero <aiopsclub@163.com>
1 parent 49bdaca commit ba3c23d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/upgrade.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ func newChartCommand() *cobra.Command {
173173
cmd.Flags().StringVar(&diff.dryRunMode, "dry-run", "", dryRunUsage)
174174
}
175175

176-
fmt.Fprintf(os.Stderr, "args after legacy dry-run parsing: %v\n", args)
177-
178176
// Here we parse the flags ourselves so that we can support
179177
// both --dry-run and --dry-run=ARG syntaxes.
180178
//

0 commit comments

Comments
 (0)