mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 08:14:44 +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) {
|
} catch (AnalysisException ex) {
|
||||||
getLog().warn("An error occured grouping the dependencies; duplicate entries may exist in the report", 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);
|
File outputDir = getCorrectOutputDirectory(current);
|
||||||
|
|||||||
Reference in New Issue
Block a user