- commit
- b8ce91a
- parent
- ac244f8
- author
- Eric Bower
- date
- 2024-11-06 10:05:32 -0500 EST
chore: rm print line
1 files changed,
+0,
-1
M
cli.go
M
cli.go
+0,
-1
1@@ -655,7 +655,6 @@ Here's how it works:
2 }
3
4 acl := be.GetPatchRequestAcl(repo, prq, user)
5- fmt.Println(repo.UserID, user.ID)
6 if !acl.CanReview {
7 return fmt.Errorf("you are not authorized to accept a PR")
8 }