Skip to content

Commit e201c1c

Browse files
committed
add check for collaborator
1 parent 2eeac75 commit e201c1c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/acigithub/pullrequest.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ func GetPrInfos(prNumber int, mergeCommitSha string) (standardPrInfos *models.St
8989

9090
if aciVersionOverride.MatchString(*comment.Body) {
9191
version = aciVersionOverride.FindStringSubmatch(*comment.Body)[1]
92-
log.Println("Found a veriosn override")
9392
break
9493
}
9594

0 commit comments

Comments
 (0)