mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
removed excessive logging used to debug
This commit is contained in:
@@ -119,8 +119,6 @@ public class AggregateMojo extends BaseDependencyCheckMojo {
|
||||
//we shouldn't write this because nothing is configured to generate this report.
|
||||
outputDir = new File(current.getBuild().getDirectory());
|
||||
}
|
||||
getLog().warn("\n\n\nwritting: " + outputDir);
|
||||
getLog().warn("for: " + current.getName());
|
||||
writeReports(engine, current, outputDir);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user