Remove hot dog

This commit is contained in:
Corey Johnson 2020-05-18 13:27:23 -07:00
parent 78bc7260e0
commit b42f5527fd

View file

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