Turn off some debug logging accidentally left on after last bugfix.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18463 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-01-23 18:39:39 +00:00
parent a7e07d9a65
commit 62324f232d

View file

@ -104,7 +104,7 @@ static BOOL multi_threaded = NO;
*/
static gsu32 maxDataLength = 10 * 1024 * 1024;
#if 1
#if 0
#define M_LOCK(X) {NSDebugMLLog(@"GSTcpHandleLock",@"lock %@ in %@",X,[NSThread currentThread]); [X lock];}
#define M_UNLOCK(X) {NSDebugMLLog(@"GSTcpHandleLock",@"unlock %@ in %@",X,[NSThread currentThread]); [X unlock];}
#else