Removed spurious comment.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 3 Oct 2006 19:35:56 +0000 (19:35 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 3 Oct 2006 19:35:56 +0000 (19:35 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2053 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/common/provider/CookieCache.java

index 3a67170..64c92fe 100644 (file)
@@ -413,7 +413,6 @@ public class CookieCache extends BaseCache implements Cache {
                StringBuffer used = new StringBuffer();
                used.append("Set-Cookie: ");
                used.append(cookieName + "=" + " ");
-               System.err.println(CHUNK_SIZE - used.length() - 2);
                return CHUNK_SIZE - used.length() - 2;
        }