o remove debug output

git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@768724 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-04-26 16:41:46 +00:00
parent d94c0e791a
commit 3d0338e0ea
1 changed files with 0 additions and 4 deletions

View File

@ -217,8 +217,6 @@ public abstract class AbstractArtifactComponentTestCase
{
Artifact artifact = createArtifact( artifactId, version );
System.out.println( "1 " + artifact );
createArtifact( artifact, remoteRepository() );
return artifact;
@ -243,8 +241,6 @@ public abstract class AbstractArtifactComponentTestCase
File artifactFile = new File( repository.getBasedir(), path );
System.out.println( "2 " + artifactFile.getParentFile() );
if ( !artifactFile.getParentFile().exists() )
{
artifactFile.getParentFile().mkdirs();