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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 30 15:54:15 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-30 15:54:15 -0400 (Tue, 30 Aug 2011)
New Revision: 11247

Modified:
   branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
Log:
removing a system.out

Modified: branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2011-08-30 19:53:38 UTC (rev 11246)
+++ branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2011-08-30 19:54:15 UTC (rev 11247)
@@ -394,8 +394,6 @@
       }
 
       Queue queue = server.createQueue(address, name, filterString, durable, temporary);
-      
-      System.out.println("Created queue " + queue + " / address=" + address + " on " + server);
 
       if (temporary)
       {



More information about the hornetq-commits mailing list