mirror of https://github.com/apache/maven.git
o remove debug
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@750121 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2b9aa8bf3
commit
accba53f35
|
@ -328,22 +328,11 @@ public class ArtifactResolutionResult
|
|||
sb.append( artifacts.size() ).append( "\n" );
|
||||
for ( Artifact a : artifacts )
|
||||
{
|
||||
if ( a.getClassifier() == null )
|
||||
{
|
||||
sb.append( "NULL NULL" );
|
||||
continue;
|
||||
}
|
||||
|
||||
sb.append( i ).append( " " ).append( a ).append( "\n" );
|
||||
i++;
|
||||
}
|
||||
sb.append( "---------" ).append( "\n" );
|
||||
}
|
||||
else
|
||||
{
|
||||
System.out.println( "NULL set of artifacts!");
|
||||
}
|
||||
|
||||
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue