diff --git a/bot/utils.go b/bot/utils.go index fc7a693..d76ed7a 100644 --- a/bot/utils.go +++ b/bot/utils.go @@ -160,8 +160,6 @@ func processIssueCommentEvent(event *github.IssueCommentEvent) { } } - log.Println(approvals) - if reactionCount >= reactionCountGoal { // Merge the pull request merge := &github.PullRequestOptions{