removed excessive logging used to debug

This commit is contained in:
Jeremy Long
2015-09-05 20:56:54 -04:00
parent d452c5fabb
commit 17a05cc1d4

View File

@@ -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);
}
}