Skip to content

Commit

Permalink
cr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Costa authored and Jorge Costa committed Nov 21, 2015
1 parent 31d489d commit 53daaa4
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,9 @@ public static List<File> getReports(Settings conf,
CxxUtils.LOG.error("Invalid report baseDir '{}'", baseDirPath);
}
}

for (String relPath : relPaths) {
CxxUtils.LOG.debug("Report '{}'", relPath);
}


for (String relPath : relPaths) {
CxxUtils.LOG.debug("Process report '{}'", relPath);
String path = CxxUtils.normalizePath(new File(baseDirPath, relPath).getAbsolutePath());
try {
File reportFile = new File(path);
Expand Down

0 comments on commit 53daaa4

Please sign in to comment.