Remove println
This commit is contained in:
parent
ef0c752476
commit
e2d0e1fa34
|
@ -451,14 +451,12 @@ public class CreationTest
|
|||
@Override
|
||||
public void sessionCreated(HttpSessionEvent se)
|
||||
{
|
||||
System.err.println("Session created");
|
||||
currentRequest.get().getSession(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sessionDestroyed(HttpSessionEvent se)
|
||||
{
|
||||
System.err.println("Session destroyed");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue