Remove comment

This commit is contained in:
Tyler McGoffin 2024-10-15 12:16:20 -07:00
parent dcbd1b728c
commit 4df2e7be63

View file

@ -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)
}
}