Remove debug logging
This commit is contained in:
parent
a47fe7b425
commit
f5bcc381aa
1 changed files with 0 additions and 2 deletions
|
@ -163,7 +163,6 @@ func processIssueCommentEvent(event *github.IssueCommentEvent) {
|
|||
|
||||
return
|
||||
}
|
||||
log.Println(approvals)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -224,6 +223,5 @@ func processPullRequestEvent(event *github.PullRequestEvent) {
|
|||
}
|
||||
} else if event.GetAction() == "merged" {
|
||||
delete(approvals, prNumber)
|
||||
log.Println("Pull request #", prNumber, "removed from approval list due to merge!")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue