Author: robbie
Date: Thu Mar 18 18:20:51 2010
New Revision: 924934

URL: http://svn.apache.org/viewvc?rev=924934&view=rev
Log:
QPID-2379: remove mistakingly commited temporary logging additions

Modified:
    
qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java

Modified: 
qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java?rev=924934&r1=924933&r2=924934&view=diff
==============================================================================
--- 
qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java
 (original)
+++ 
qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java
 Thu Mar 18 18:20:51 2010
@@ -205,19 +205,11 @@ public class TopicExchange extends Abstr
                                           ? AMQShortString.EMPTY_STRING
                                           : new 
AMQShortString(payload.getRoutingKey());
 
-        _logger.info("Message routing key: " + routingKey );
-        
         // The copy here is unfortunate, but not too bad relevant to the 
amount of
         // things created and copied in getMatchedQueues
         ArrayList<BaseQueue> queues = new ArrayList<BaseQueue>();
         queues.addAll(getMatchedQueues(payload, routingKey));
 
-        for(BaseQueue q : queues)
-        {
-            _logger.info("Matched Queue: " + q.getNameShortString() );
-        }
-
-        
         if(queues == null || queues.isEmpty())
         {
             _logger.info("Message routing key: " + payload.getRoutingKey() + " 
No routes.");



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to