mirror of https://github.com/apache/activemq.git
Remove system.out call
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.1@488816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
704754defe
commit
08a32a93b9
|
@ -193,7 +193,7 @@ public class ServerSessionPoolImpl implements ServerSessionPool {
|
|||
closing.set(true);
|
||||
closeIdleSessions();
|
||||
while( activeSessions.size() > 0 ) {
|
||||
System.out.println("ACtive Sessions = " + activeSessions.size());
|
||||
//System.out.println("Active Sessions = " + activeSessions.size());
|
||||
try {
|
||||
closing.wait(1000);
|
||||
} catch (InterruptedException e) {
|
||||
|
|
Loading…
Reference in New Issue