mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Comment out System.out.println
This commit is contained in:
parent
edd7bbeceb
commit
4e452046ec
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user