Remove debug output
This commit is contained in:
parent
8c85e14bac
commit
5a04679535
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue