Remove debug print.

This commit is contained in:
Adrien Destugues 2013-11-18 13:24:06 +01:00
parent 5fc2757a74
commit 5c4dd6047b
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ BUrlRequest::_ThreadEntry(void* arg)
if (urlProtocol->fListener != NULL) {
urlProtocol->fListener->RequestCompleted(urlProtocol,
protocolLoopExitStatus == B_PROT_SUCCESS);
printf("Notified to %p\n", urlProtocol->fListener);
}
return B_OK;