From 296a53ce9afb85164c2318e26e7d90b2c651d732 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 12 Jan 2007 14:53:17 +0000 Subject: [PATCH] - rm dbg outpu --- http_request_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_request_api.c b/http_request_api.c index 8657909..0dfce3c 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -986,7 +986,7 @@ static int http_curl_raw_callback(CURL *ch, curl_infotype type, char *data, size break; } -#if 1 +#if 0 fprintf(stderr, "DEBUG: %3d (%5zu) %.*s%s", type, length, length, data, data[length-1]=='\n'?"":"\n"); #endif -- 2.30.2