Remove default console log of httpbf

This commit is contained in:
Klaas Freitag 2013-06-11 08:53:19 +02:00
parent 4a04b3e184
commit 32818283a5

View file

@ -254,7 +254,7 @@ static int dav_request( ne_request *req, int fd, hbf_block_t *blk ) {
if( ! (blk && req) ) return HBF_PARAM_FAIL;
ne_set_request_body_fd(req, fd, blk->start, blk->size);
DEBUG_HBF("HBF: Block: %d , Start: %ld and Size: %ld\n", blk->seq_number, blk->start, blk->size );
/* DEBUG_HBF("HBF: Block: %d , Start: %ld and Size: %ld\n", blk->seq_number, blk->start, blk->size ); */
res = ne_request_dispatch(req);
req_status = ne_get_status( req );