diff --git a/libtransmission/peer-mgr.c b/libtransmission/peer-mgr.c index a74bbed5e..64946ecd1 100644 --- a/libtransmission/peer-mgr.c +++ b/libtransmission/peer-mgr.c @@ -732,8 +732,6 @@ refillPulse( void * vtorrent ) assert( begin < (uint32_t)tr_torPieceCountBytes( tor, (int)index ) ); assert( (begin + length) <= (uint32_t)tr_torPieceCountBytes( tor, (int)index ) ); -fprintf( stderr, "looking for a peer that will take my request for block #%"PRIu64"\n", block ); - /* find a peer who can ask for this block */ for( j=0; jrequested, block ); j = peerCount; break;