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:
Dave Wetzel 2007-04-13 20:57:12 +00:00
parent fd940ebd03
commit 2b370da0c7
2 changed files with 0 additions and 29 deletions

View file

@ -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
};
//--------------------------------------------------------------------

View file

@ -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
*/
};
//--------------------------------------------------------------------