Skip to content

Commit c096b12

Browse files
Remove redundant author printing
1 parent a579ef3 commit c096b12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

actions/go-flaky-tests/cmd/go-flaky-tests/analyzer.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ func (t *TestFailureAnalyzer) findTestAuthors(flakyTests []FlakyTest) error {
227227
for _, commit := range commits {
228228
authors = append(authors, commit.Author)
229229
}
230-
log.Printf("👤 %s: %s", test.TestName, strings.Join(authors, ", "))
231-
} else {
232-
log.Printf("👤 %s: no commits found", test.TestName)
233230
}
234231
}
235232
return nil

0 commit comments

Comments
 (0)