remove logging statement

This commit is contained in:
Jesse McConnell 2012-08-27 12:24:47 -05:00
parent cf1337264b
commit 7af3d5c047
1 changed files with 1 additions and 3 deletions

View File

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