removed Start HandleTimer / Stop HandleTimer

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@20375 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Dave Wetzel 2004-11-24 12:57:32 +00:00
parent 3fdb17626a
commit 08db0d40ae

View file

@ -215,7 +215,7 @@ RCS_ID("$Id$")
BOOL selfLocked=NO;
BOOL targetLocked=NO;
[GSWApplication statusLogWithFormat:@"Start HandleTimer"];
NSDebugMLog(@"Start HandleTimer");
// NSDebugMLog(@"Start HandleTimer");
NSDebugMLLog(@"sessions",@"timer=%@",aTimer);
NSDebugMLLog(@"sessions",@"timer fireDate=%@",[aTimer fireDate]);
NSDebugMLLog(@"sessions",@"timer tisn=%f",[[aTimer fireDate]timeIntervalSinceNow]);
@ -376,7 +376,7 @@ RCS_ID("$Id$")
};
// LOGObjectFnStop();
[GSWApplication statusLogWithFormat:@"Stop HandleTimer"];
NSDebugMLog(@"Stop HandleTimer");
// NSDebugMLog(@"Stop HandleTimer");
};
//--------------------------------------------------------------------