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:
Guillaume Nodet 2006-12-19 21:28:20 +00:00
parent 704754defe
commit 08a32a93b9
1 changed files with 1 additions and 1 deletions

View File

@ -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) {