(trunk libT) remove debugging message that got committed by accident :/

This commit is contained in:
Charles Kerr 2009-04-26 00:52:48 +00:00
parent d99438bd1c
commit 879f287c9a
1 changed files with 0 additions and 2 deletions

View File

@ -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;