diff --git a/command/pr.go b/command/pr.go index 5799867c5..49e1f3c9a 100644 --- a/command/pr.go +++ b/command/pr.go @@ -351,8 +351,6 @@ func prClose(cmd *cobra.Command, args []string) error { return err } - fmt.Printf("🌭 %+v\n", pr) - if pr.Closed { fmt.Fprintf(colorableErr(cmd), "%s Pull request #%d is already closed\n", utils.Yellow("!"), pr.Number) return nil