mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-24 16:02:04 +00:00
less debig output
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@25036 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fd940ebd03
commit
2b370da0c7
2 changed files with 0 additions and 29 deletions
|
@ -232,13 +232,7 @@ static NSData* lineFeedData=nil;
|
|||
};
|
||||
};
|
||||
};
|
||||
#ifdef DEBUG
|
||||
[GSWApplication statusLogString:@"threadWillExit START"];
|
||||
#endif
|
||||
[_application threadWillExit];
|
||||
#ifdef DEBUG
|
||||
[GSWApplication statusLogString:@"threadWillExit STOP"];
|
||||
#endif
|
||||
if (_isMultiThread)
|
||||
{
|
||||
NSAssert([NSThread isMultiThreaded],@"No MultiThread !");
|
||||
|
@ -246,9 +240,6 @@ static NSData* lineFeedData=nil;
|
|||
}
|
||||
else
|
||||
[self threadExited];
|
||||
#ifdef DEBUG
|
||||
[GSWApplication statusLogString:@"run STOP"];
|
||||
#endif
|
||||
};
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
|
|
@ -175,26 +175,6 @@ RCS_ID("$Id$")
|
|||
};
|
||||
|
||||
|
||||
/*
|
||||
LOGObjectFnStop();
|
||||
#ifdef DEBUG
|
||||
[GSWApplication statusLogWithFormat:@"threadWillExit START"];
|
||||
#endif
|
||||
[_application threadWillExit];
|
||||
#ifdef DEBUG
|
||||
[GSWApplication statusLogWithFormat:@"threadWillExit STOP"];
|
||||
#endif
|
||||
if (_isMultiThread)
|
||||
{
|
||||
NSAssert([NSThread isMultiThreaded],@"No MultiThread !");
|
||||
[NSThread exit]; //???
|
||||
}
|
||||
else
|
||||
[self threadExited];
|
||||
#ifdef DEBUG
|
||||
[GSWApplication statusLogWithFormat:@"run STOP"];
|
||||
#endif
|
||||
*/
|
||||
};
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue