From 4df2e7be634cf2eb7f7d63b61351d68afc1c6c07 Mon Sep 17 00:00:00 2001 From: Tyler McGoffin Date: Tue, 15 Oct 2024 12:16:20 -0700 Subject: [PATCH] Remove comment --- pkg/cmd/pr/shared/survey.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/pr/shared/survey.go b/pkg/cmd/pr/shared/survey.go index 2ee343bfb..3d53be4c7 100644 --- a/pkg/cmd/pr/shared/survey.go +++ b/pkg/cmd/pr/shared/survey.go @@ -121,7 +121,6 @@ func TitleSurvey(p Prompt, io *iostreams.IOStreams, state *IssueMetadataState) e if result == "" { colorizeRed := io.ColorScheme().ColorFromString("red") msg := fmt.Sprintf("%s Title cannot be blank.", colorizeRed("X")) - // For some reason, only Fprintln and Println work here. I can't use Fprintf or Printf to eliminate the line above fmt.Fprintln(io.ErrOut, msg) } }