mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
4e1bd715ae
commit
a425c9d53f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue