From b42f5527fd81639d85bf2691c05fb2fb8322fd1e Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 18 May 2020 13:27:23 -0700 Subject: [PATCH] Remove hot dog --- command/pr.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)