o remove debugging

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@748650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-02-27 19:33:45 +00:00
parent e51635bf44
commit f5771c7dfb
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ public class DefaultMirrorBuilder
ArtifactRepository mirror = new DefaultArtifactRepository( id, url, null );
System.out.println( mirror + " --> " + mirrorOf );
mirrors.put( mirrorOf, mirror );
}