From ba3c23d0083d05d483fdab13ec614efcd3c96c54 Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Sat, 13 Jan 2024 18:42:46 +0800 Subject: [PATCH] fix: remove debug msg in normal mode (#519) Signed-off-by: yxxhero --- cmd/upgrade.go | 2 -- 1 file changed, 2 deletions(-) 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. //