Skip to content

Commit

Permalink
Merge pull request #22 from turing85/feature/remove-log
Browse files Browse the repository at this point in the history
Remove unnecessary info log
  • Loading branch information
christophd authored Jan 24, 2025
2 parents 120b6f6 + 56abdb8 commit afc8854
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ private void addResultsEndpoints(Router router) {

List<String> result = Collections.emptyList();
if (junitReportsFolder.exists()) {
logger.info("REPORTS EXISTS");
result = Optional.ofNullable(junitReportsFolder.list())
.stream()
.flatMap(Stream::of)
Expand Down

0 comments on commit afc8854

Please sign in to comment.