Remove debug output

This commit is contained in:
Corey Johnson 2020-05-06 11:21:05 -07:00
parent 8c85e14bac
commit 5a04679535

View file

@ -457,7 +457,6 @@ func prMerge(cmd *cobra.Command, args []string) error {
}
pr, err = api.PullRequestForBranch(apiClient, baseRepo, "", branchWithOwner)
fmt.Printf("🌭 %+v\n", pr)
if err != nil {
return err
}