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 2eeac75 commit e201c1cCopy full SHA for e201c1c
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