From 615cde45bd6415a6b562aeb6b2954c20c48aaed5 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 18 Mar 2010 18:20:51 +0000 Subject: QPID-2379: remove mistakingly commited temporary logging additions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@924934 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/qpid/server/exchange/TopicExchange.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'java') diff --git a/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java b/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java index 6e60d95700..1245efdafa 100644 --- a/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java +++ b/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java @@ -205,19 +205,11 @@ public class TopicExchange extends AbstractExchange ? 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 queues = new ArrayList(); 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."); -- cgit v1.2.1