From 640c7372a3f4fcab4b02e9cf014325cd71dbfff0 Mon Sep 17 00:00:00 2001 From: dwetzel Date: Fri, 22 Apr 2005 22:41:36 +0000 Subject: [PATCH] removed some logs git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@21145 72102866-910b-0410-8b05-ffd578937521 --- GSWeb.framework/GSWSessionTimeOutManager.m | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/GSWeb.framework/GSWSessionTimeOutManager.m b/GSWeb.framework/GSWSessionTimeOutManager.m index c1a8da6..d549187 100644 --- a/GSWeb.framework/GSWSessionTimeOutManager.m +++ b/GSWeb.framework/GSWSessionTimeOutManager.m @@ -215,12 +215,6 @@ RCS_ID("$Id$") BOOL requestHandlingLocked=NO; BOOL selfLocked=NO; BOOL targetLocked=NO; - [GSWApplication statusLogWithFormat:@"Start HandleTimer"]; -// NSDebugMLog(@"Start HandleTimer"); - NSDebugMLLog(@"sessions",@"timer=%@",aTimer); - NSDebugMLLog(@"sessions",@"timer fireDate=%@",[aTimer fireDate]); - NSDebugMLLog(@"sessions",@"timer tisn=%f",[[aTimer fireDate]timeIntervalSinceNow]); -// LOGObjectFnStart(); [GSWApp lockRequestHandling]; requestHandlingLocked=YES; NS_DURING @@ -239,11 +233,6 @@ RCS_ID("$Id$") if ([sessionOrderedTimeOuts count]>0) _sessionTimeOut=[sessionOrderedTimeOuts objectAtIndex:0]; */ - NSDebugMLLog(@"sessions",@"self=%p aTimer=%p",self,aTimer); - NSDebugMLLog(@"sessions",@"self=%p sessionOrderedTimeOuts %p=%@", - self,_sessionOrderedTimeOuts,_sessionOrderedTimeOuts); - NSDebugMLLog(@"sessions",@"now=%f",now); - sessionTimeOutEnum = [_sessionOrderedTimeOuts objectEnumerator]; while (/*_removedNb<20 && *//*sessionTimeOut && [sessionTimeOut timeOutTime]<_now*/ @@ -288,8 +277,6 @@ RCS_ID("$Id$") targetLocked=NO; NSDebugMLLog(@"sessions",@"session=%p",session); - NSLog(@"%s %d GSWSessionTimeOutMananger : before removeObject sessionID=%@ session = %p", - __FILE__,__LINE__,[sessionTimeOut sessionID],session); if (sessionTimeOut) { @@ -306,14 +293,12 @@ RCS_ID("$Id$") if (session) { - //NSLog(@"%s %d will terminate session",__FILE__,__LINE__); NSDebugMLLog(@"sessions",@"self=%p sessionOrderedTimeOuts %p=%@", self,_sessionOrderedTimeOuts,_sessionOrderedTimeOuts); [session _terminateByTimeout]; NSDebugMLLog(@"sessions",@"self=%p sessionOrderedTimeOuts %p=%@", self,_sessionOrderedTimeOuts,_sessionOrderedTimeOuts); - //NSLog(@"%s %d session terminated",__FILE__,__LINE__); /* if ([sessionOrderedTimeOuts count]>0) @@ -375,9 +360,6 @@ RCS_ID("$Id$") [GSWApp unlockRequestHandling]; requestHandlingLocked=NO; }; - // LOGObjectFnStop(); - [GSWApplication statusLogWithFormat:@"Stop HandleTimer"]; -// NSDebugMLog(@"Stop HandleTimer"); }; //--------------------------------------------------------------------