mirror of
https://github.com/transmission/transmission
synced 2025-02-23 14:40:43 +00:00
(trunk libT) remove debugging message that got committed by accident :/
This commit is contained in:
parent
d99438bd1c
commit
879f287c9a
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue