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:
parent
57fe19acd6
commit
ea7c0b46bf
1 changed files with 0 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue