diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-03-18 18:20:51 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-03-18 18:20:51 +0000 |
| commit | 5e33292a317033a6b9db95010a6d198ee27bdfa5 (patch) | |
| tree | 32bdeb0b44a140883d86b304f72f13493298232f /qpid/java | |
| parent | 109cc40107c02adc0a1c05b4f2c0f3e7d58bc448 (diff) | |
| download | qpid-python-5e33292a317033a6b9db95010a6d198ee27bdfa5.tar.gz | |
QPID-2379: remove mistakingly commited temporary logging additions
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/qpid/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java b/qpid/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java index 6e60d95700..1245efdafa 100644 --- a/qpid/java/broker/src/main/java/org/apache/qpid/server/exchange/TopicExchange.java +++ b/qpid/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<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."); |
