[hornetq-commits] JBoss hornetq SVN: r10370 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 25 18:30:27 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-03-25 18:30:26 -0400 (Fri, 25 Mar 2011)
New Revision: 10370

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
Log:
removing System.out mistakenly committed

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2011-03-25 22:29:16 UTC (rev 10369)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2011-03-25 22:30:26 UTC (rev 10370)
@@ -993,7 +993,6 @@
             {
                try
                {
-                  System.out.println("Finishing close");
                   doClose(failed);
                }
                catch (Exception e)



More information about the hornetq-commits mailing list