From 7088858ee0b97a0576dcae6a0ad770412651301a Mon Sep 17 00:00:00 2001 From: Bryan Ischo Date: Thu, 14 Aug 2008 12:19:58 +0000 Subject: * Whoops, accidentally left some debugging in my last checkin --- src/request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/request.c b/src/request.c index a0643ac..4249243 100644 --- a/src/request.c +++ b/src/request.c @@ -807,7 +807,7 @@ static S3Status setup_curl(Request *request, } // Debugging only - curl_easy_setopt_safe(CURLOPT_VERBOSE, 1); + // curl_easy_setopt_safe(CURLOPT_VERBOSE, 1); // Set private data to request for the benefit of S3RequestContext curl_easy_setopt_safe(CURLOPT_PRIVATE, request); -- cgit v1.2.1