mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-22 15:00:45 +00:00
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:
parent
3fdb17626a
commit
08db0d40ae
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
};
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue