From 68d589826a06c7724e07efff8f7d22fff9bf71bd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 22 Aug 2022 18:38:51 +0530 Subject: [PATCH] ... --- tools/cli/infrastructure.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/cli/infrastructure.go b/tools/cli/infrastructure.go index 2325526df..e8728f76c 100644 --- a/tools/cli/infrastructure.go +++ b/tools/cli/infrastructure.go @@ -383,7 +383,6 @@ func show_usage(cmd *cobra.Command, use_pager bool) error { fmt.Fprint(&output, ", ", opt_fmt("-"+flag.Shorthand)) } defval := "" - fmt.Println(flag.Value.Type()) switch flag.Value.Type() { default: if flag.DefValue != "" {