remove logging statement
This commit is contained in:
parent
cf1337264b
commit
7af3d5c047
|
@ -139,9 +139,7 @@ public abstract class AbstractSessionCookieTest
|
|||
else if ("check-cookie".equals(action))
|
||||
{
|
||||
HttpSession session = request.getSession(false);
|
||||
|
||||
Log.info("session {}", session );
|
||||
|
||||
|
||||
assertTrue(session != null);
|
||||
|
||||
//request.getSession(true);
|
||||
|
|
Loading…
Reference in New Issue