remove debug info

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-03-19 04:15:16 +00:00
parent c9fbf52230
commit a75e6d61dd
1 changed files with 0 additions and 4 deletions

View File

@ -92,10 +92,6 @@ public class ResourcesPlugin
public void execute()
throws Exception
{
System.out.println( "outputDirectory = " + outputDirectory );
System.out.println( "resources = " + resources );
for ( Iterator i = getJarResources( resources ).iterator(); i.hasNext(); )
{
ResourceEntry resourceEntry = (ResourceEntry) i.next();