remove System.out

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@491399 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Milos Kleint 2006-12-31 09:26:27 +00:00
parent 43ec595fed
commit 9d792d6d1c
1 changed files with 0 additions and 1 deletions

View File

@ -636,7 +636,6 @@ public class MavenEmbedder
{
throw new SettingsConfigurationException( "Proxy in settings.xml has no host" );
}
System.out.println( "setting proxy to=" + proxy.getHost() );
wagonManager.addProxy( proxy.getProtocol(), proxy.getHost(), proxy.getPort(), proxy.getUsername(),
proxy.getPassword(), proxy.getNonProxyHosts() );
}