removed un-needed call to log.isDebugEnabled()

This commit is contained in:
Jeremy Long
2015-09-09 05:58:51 -04:00
parent 49a04fa913
commit 48e644e007

View File

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