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:
Emmanuel Venisse 2005-05-04 00:50:34 +00:00
parent e9a7f3ce85
commit c20da875f3
1 changed files with 0 additions and 1 deletions

View File

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