You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/11/22 22:21:03 UTC

svn commit: r478325 - /incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/filter/DestinationMapMemoryTest.java

Author: jstrachan
Date: Wed Nov 22 13:21:02 2006
New Revision: 478325

URL: http://svn.apache.org/viewvc?view=rev&rev=478325
Log:
Removed unnecessary System.out

Modified:
    incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/filter/DestinationMapMemoryTest.java

Modified: incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/filter/DestinationMapMemoryTest.java
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/filter/DestinationMapMemoryTest.java?view=diff&rev=478325&r1=478324&r2=478325
==============================================================================
--- incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/filter/DestinationMapMemoryTest.java (original)
+++ incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/filter/DestinationMapMemoryTest.java Wed Nov 22 13:21:02 2006
@@ -37,7 +37,7 @@
             for (int j = 2; j <= i; j++) {
                 name += "." + j;
             }
-            System.out.println("Checking: " + name);
+            //System.out.println("Checking: " + name);
             try {
                 ActiveMQDestination d1 = createDestination(name);
                 DestinationMap map = new DestinationMap();