remove dumpStack, system.err trace committed in error: https://issues.apache.org/activemq/browse/AMQ-2376

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@985871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-08-16 11:06:17 +00:00
parent c9afcaebd5
commit 9353ea50e4
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ public class ConnectionPool {
public void onException(IOException error) {
synchronized (ConnectionPool.this) {
System.err.println("HasFaile=true on :" + error);
Thread.dumpStack();
hasFailed = true;
}
}