We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219264b commit 2678d32Copy full SHA for 2678d32
1 file changed
src/acigithub/pullrequest.go
@@ -89,7 +89,6 @@ func GetPrInfos(prNumber int, mergeCommitSha string) (standardPrInfos *models.St
89
90
if aciVersionOverride.MatchString(*comment.Body) {
91
version = aciVersionOverride.FindStringSubmatch(*comment.Body)[1]
92
- log.Println("Found a veriosn override")
93
break
94
}
95
0 commit comments