Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
removed unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Jun 20, 2024
1 parent 9702be5 commit 22d7c2b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ private void analyze(Store store, MojoExecutionContext mojoExecutionContext) thr
getLog().info("Executing analysis for '" + rootModule.getName() + "'.");
Report report = configuration.analyze()
.report();
getLog().info("Will warn on violations starting from severity '" + report.warnOnSeverity() + "'");
getLog().info("Will fail on violations starting from severity '" + report.failOnSeverity() + "'.");

PluginRepository pluginRepository = mojoExecutionContext.getPluginRepository();
ReportContext reportContext = new ReportContextImpl(pluginRepository.getClassLoader(), store, outputDirectory);
Expand Down

0 comments on commit 22d7c2b

Please sign in to comment.