mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk libT) remove debugging message that got committed by accident :/
This commit is contained in:
@@ -1261,8 +1261,6 @@ request_exec( tr_session * session,
|
||||
tr_benc * args_in = tr_bencDictFind( request, "arguments" );
|
||||
const char * result = NULL;
|
||||
|
||||
fprintf( stderr, "got RPC request [%s]\n", tr_bencToJSON(request) );
|
||||
|
||||
if( callback == NULL )
|
||||
callback = noop_response_callback;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user