[jboss-cvs] JBoss Messaging SVN: r7727 - trunk/src/main/org/jboss/messaging/core/remoting/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 14 10:00:32 EDT 2009


Author: jmesnil
Date: 2009-08-14 10:00:32 -0400 (Fri, 14 Aug 2009)
New Revision: 7727

Modified:
   trunk/src/main/org/jboss/messaging/core/remoting/impl/ChannelImpl.java
Log:
removed sysout call

Modified: trunk/src/main/org/jboss/messaging/core/remoting/impl/ChannelImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/remoting/impl/ChannelImpl.java	2009-08-14 13:58:11 UTC (rev 7726)
+++ trunk/src/main/org/jboss/messaging/core/remoting/impl/ChannelImpl.java	2009-08-14 14:00:32 UTC (rev 7727)
@@ -150,7 +150,6 @@
 
    public void returnBlocking()
    {
-      System.out.println("ChannelImpl.returnBlocking()");
       sendSemaphore.release(Integer.MAX_VALUE);
       lock.lock();
 




More information about the jboss-cvs-commits mailing list