Commit b8ce91a

Eric Bower  ·  2024-11-06 10:05:32 -0500 EST
parent ac244f8
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 							}