Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
remove misleading log entry (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
CCFenner authored and TobiX committed Jan 17, 2019
1 parent 9ed789b commit 31d93c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ private boolean atLeastOneBinaryDirectoryExists() {
JaCoCoExtensions.logger().warn("No binary directories defined.");
}
for (File binaryDir : binaryDirs) {
JaCoCoExtensions.logger().info("\tChecking binary directory: {}", binaryDir.toString());
if (binaryDir.exists()) {
return true;
}
Expand Down

0 comments on commit 31d93c0

Please sign in to comment.