mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 16:49:43 +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.
|
//we shouldn't write this because nothing is configured to generate this report.
|
||||||
outputDir = new File(current.getBuild().getDirectory());
|
outputDir = new File(current.getBuild().getDirectory());
|
||||||
}
|
}
|
||||||
getLog().warn("\n\n\nwritting: " + outputDir);
|
|
||||||
getLog().warn("for: " + current.getName());
|
|
||||||
writeReports(engine, current, outputDir);
|
writeReports(engine, current, outputDir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user