mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
remove debug log messages
This commit is contained in:
parent
b60f950630
commit
151948312c
1 changed files with 0 additions and 3 deletions
|
@ -201,7 +201,6 @@
|
|||
object: _cfh];
|
||||
[_cfh readInBackgroundAndNotify];
|
||||
}
|
||||
NSLog(@"accept");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -228,7 +227,6 @@
|
|||
[_capture appendData: hunk];
|
||||
if ([self _tryCaptured]) // <- the _request and _response are allocated
|
||||
{
|
||||
NSLog(@"make and send");
|
||||
[self _makeAndSendResponse];
|
||||
// ready for another request-response cycle
|
||||
[self _resetCycle]; // <- the _request and _response are deallocated
|
||||
|
@ -487,7 +485,6 @@
|
|||
[_cfh sslDisconnect];
|
||||
}
|
||||
DESTROY(_cfh);
|
||||
NSLog(@"close");
|
||||
}
|
||||
|
||||
@end /* SimpleWebServer (Private) */
|
||||
|
|
Loading…
Reference in a new issue