1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 16:52:39 +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_easy_setopt( curl, CURLOPT_VERBOSE, debug );
#ifdef HAVE_ZLIB
fprintf( stderr, "asdfasdfasdf\n" );
curl_easy_setopt( curl, CURLOPT_ENCODING, "deflate" );
#endif
curl_easy_setopt( curl, CURLOPT_USERAGENT, MY_NAME "/" LONG_VERSION_STRING );