mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
removed un-needed call to log.isDebugEnabled()
This commit is contained in:
@@ -106,9 +106,7 @@ public class AggregateMojo extends BaseDependencyCheckMojo {
|
||||
}
|
||||
} catch (AnalysisException ex) {
|
||||
getLog().warn("An error occured grouping the dependencies; duplicate entries may exist in the report", ex);
|
||||
if (getLog().isDebugEnabled()) {
|
||||
getLog().debug("Bundling Exception", ex);
|
||||
}
|
||||
getLog().debug("Bundling Exception", ex);
|
||||
}
|
||||
|
||||
File outputDir = getCorrectOutputDirectory(current);
|
||||
|
||||
Reference in New Issue
Block a user