comment out a couple of logs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23237 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-08-09 17:20:57 +00:00
parent 4e1bd715ae
commit a425c9d53f

View file

@ -786,7 +786,7 @@ static void setNonblocking(SOCKET fd)
{
error = WSAGetLastError();
}
else NSLog(@"EVENTS 0x%x", events.lNetworkEvents);
//else NSLog(@"EVENTS 0x%x", events.lNetworkEvents);
if ([self streamStatus] == NSStreamStatusOpening)
{
@ -1374,7 +1374,7 @@ else NSLog(@"EVENTS 0x%x", events.lNetworkEvents);
{
error = WSAGetLastError();
}
else NSLog(@"EVENTS 0x%x", events.lNetworkEvents);
//else NSLog(@"EVENTS 0x%x", events.lNetworkEvents);
if ([self streamStatus] == NSStreamStatusOpening)
{