remove useless log

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Fabrizio Giustina 2005-11-01 12:33:57 +00:00
parent 64716936f0
commit 1329000ae6
1 changed files with 0 additions and 2 deletions

View File

@ -205,8 +205,6 @@ public class EclipseWtpmodulesWriter
&& ( "jar".equals( type ) || "ejb".equals( type ) || "ejb-client".equals( type ) ) )
{
addDependency( writer, artifact, referencedReactorArtifacts, localRepository );
log.info( "Adding artifact " + artifact.getId() + " optional=" + artifact.isOptional() );
}
}
}