Remove extraneous Thread.dumpStack call

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@631848 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrian T. Co 2008-02-28 05:12:44 +00:00
parent e60828c077
commit bf20d76622
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ public class ProducerEventSource implements Service, MessageListener {
return n.intValue();
}
LOG.warn("No producerCount header available on the message: " + message);
Thread.dumpStack();
} catch (Exception e) {
LOG.warn("Failed to extract producerCount from message: " + message + ".Reason: " + e, e);
}