1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

(daemon) remove debugging printf

This commit is contained in:
Charles Kerr 2009-03-27 12:03:41 +00:00
parent 57fe19acd6
commit ea7c0b46bf

View file

@ -1282,7 +1282,6 @@ processRequests( const char * host,
curl = curl_easy_init( ); curl = curl_easy_init( );
curl_easy_setopt( curl, CURLOPT_VERBOSE, debug ); curl_easy_setopt( curl, CURLOPT_VERBOSE, debug );
#ifdef HAVE_ZLIB #ifdef HAVE_ZLIB
fprintf( stderr, "asdfasdfasdf\n" );
curl_easy_setopt( curl, CURLOPT_ENCODING, "deflate" ); curl_easy_setopt( curl, CURLOPT_ENCODING, "deflate" );
#endif #endif
curl_easy_setopt( curl, CURLOPT_USERAGENT, MY_NAME "/" LONG_VERSION_STRING ); curl_easy_setopt( curl, CURLOPT_USERAGENT, MY_NAME "/" LONG_VERSION_STRING );