mirror of https://github.com/apache/maven.git
Remove System.out
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@168033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e9a7f3ce85
commit
c20da875f3
|
@ -93,7 +93,6 @@ public class DoxiaMojo
|
|||
config.setOutputDirectory( new File( generatedSiteDirectory ) );
|
||||
if ( reports != null )
|
||||
{
|
||||
System.out.println(reports.size());
|
||||
for ( Iterator i = reports.values().iterator(); i.hasNext(); )
|
||||
{
|
||||
MavenReport report = (MavenReport) i.next();
|
||||
|
|
Loading…
Reference in New Issue