mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 23:48:46 +00:00
removed logs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@26669 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c0324a5cf6
commit
21f222af84
1 changed files with 2 additions and 7 deletions
|
@ -116,17 +116,13 @@ RCS_ID("$Id$")
|
|||
GSWSessionTimeOut* entry = [_timeOutManager sessionTimeOutForSessionID:aSessionID];
|
||||
int expirationTime=(int)[entry sessionTimeOutValue];//seconds
|
||||
|
||||
NSLog(@"expirationTime=%d",(int)expirationTime);
|
||||
|
||||
isCheckedOut=[entry isCheckedOut]; // See if session is used
|
||||
|
||||
if (!isCheckedOut)
|
||||
{
|
||||
session = [self restoreSessionWithID:aSessionID
|
||||
request:aRequest];
|
||||
if (session) {
|
||||
NSLog(@"CheckOut: %@. SessionID:%@",aSessionID,[session sessionID]);
|
||||
|
||||
if (session) {
|
||||
// If sessionID has Changed, re-find entry
|
||||
if (![[session sessionID] isEqualToString:aSessionID])
|
||||
{
|
||||
|
@ -135,8 +131,7 @@ RCS_ID("$Id$")
|
|||
|
||||
}
|
||||
isCheckedOut = [entry isCheckedOut];
|
||||
NSLog(@"isCheckedOut: %d", isCheckedOut);
|
||||
|
||||
|
||||
if (!isCheckedOut)
|
||||
{
|
||||
[session _createAutoreleasePool];
|
||||
|
|
Loading…
Reference in a new issue