Comment out System.out.println

This commit is contained in:
Luke Taylor 2007-09-01 14:59:41 +00:00
parent edd7bbeceb
commit 4e452046ec
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ public class SessionRegistryImplMultithreadedTests extends TestCase {
if (sessions.length > 0) {
finished = false;
String sessionId = (String) sessions[0];
System.out.println(name + ": removing " + sessionId);
// System.out.println(name + ": removing " + sessionId);
try {
sessionregistry.removeSessionInformation(sessionId);