Remove logging approvals list

This commit is contained in:
Sebastian Cabrera 2023-08-29 09:34:00 -04:00
parent 2e1bbe88dc
commit df6ef3d5af

View file

@ -160,8 +160,6 @@ func processIssueCommentEvent(event *github.IssueCommentEvent) {
} }
} }
log.Println(approvals)
if reactionCount >= reactionCountGoal { if reactionCount >= reactionCountGoal {
// Merge the pull request // Merge the pull request
merge := &github.PullRequestOptions{ merge := &github.PullRequestOptions{