Skip to content

Commit

Permalink
Remove log message about reading file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Jul 3, 2024
1 parent ca5cb89 commit b2ffc23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/testsreporter/testsreporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func errorsFromTests(options checkOptions) ([]PackageError, error) {
if info.IsDir() {
return nil
}
fmt.Println("Reading file:", path)
cases, err := testFailures(path)
if err != nil {
return err
Expand Down

0 comments on commit b2ffc23

Please sign in to comment.