mirror of https://github.com/apache/maven.git
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:
parent
e51635bf44
commit
f5771c7dfb
|
@ -42,8 +42,6 @@ public class DefaultMirrorBuilder
|
|||
|
||||
ArtifactRepository mirror = new DefaultArtifactRepository( id, url, null );
|
||||
|
||||
System.out.println( mirror + " --> " + mirrorOf );
|
||||
|
||||
mirrors.put( mirrorOf, mirror );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue