removed debug verbose setting in curl

pull/40/head
Nestal Wan 2012-06-03 18:34:03 +08:00
parent 379dddc532
commit 197abfdea6
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ long Agent::Custom(
CURL *curl = m_pimpl->curl ;
::curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, method.c_str() );
::curl_easy_setopt(curl, CURLOPT_VERBOSE, 1 );
// ::curl_easy_setopt(curl, CURLOPT_VERBOSE, 1 );
return ExecCurl( url, dest, hdr ) ;
}