Author: rhs
Date: Tue Oct 15 17:38:17 2013
New Revision: 1532453

URL: http://svn.apache.org/r1532453
Log:
PROTON-440: removed accidental println

Modified:
    
qpid/proton/trunk/proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/DriverImpl.java

Modified: 
qpid/proton/trunk/proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/DriverImpl.java
URL: 
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/DriverImpl.java?rev=1532453&r1=1532452&r2=1532453&view=diff
==============================================================================
--- 
qpid/proton/trunk/proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/DriverImpl.java
 (original)
+++ 
qpid/proton/trunk/proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/DriverImpl.java
 Tue Oct 15 17:38:17 2013
@@ -192,7 +192,6 @@ public class DriverImpl implements Drive
         {
             SocketChannel channel = SocketChannel.open();
             channel.configureBlocking(false);
-            System.out.println("host:port:" + host + ", " + port);
             channel.connect(new InetSocketAddress(host, port));
             return createConnector(channel, context);
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to