diff --git a/command/pr.go b/command/pr.go index 7df7522b7..863e7c043 100644 --- a/command/pr.go +++ b/command/pr.go @@ -592,8 +592,7 @@ func prReady(cmd *cobra.Command, args []string) error { } if pr.Closed { - err := fmt.Errorf("%s Pull request #%d is closed and can't be marked \"ready for review\"\n", utils.Red("!"), pr.Number) - fmt.Printf("🌭 %+v\n", "huh") + err := fmt.Errorf("%s Pull request #%d is closed and can't be marked \"ready for review\"", utils.Red("!"), pr.Number) return err } else if !pr.IsDraft { fmt.Fprintf(colorableErr(cmd), "%s Pull request #%d was already marked as \"ready for review\"\n", utils.Yellow("!"), pr.Number)