1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

(trunk libT) remove debugging fprintf()

This commit is contained in:
Charles Kerr 2010-04-26 22:00:34 +00:00
parent 9c94512672
commit 04272a6c30

View file

@ -430,7 +430,6 @@ isPriority( int i )
void
tr_ctorSetBandwidthPriority( tr_ctor * ctor, tr_priority_t priority )
{
fprintf( stderr, "in tr_ctorSetPriority with %d\n", (int)priority );
if( isPriority( priority ) )
ctor->bandwidthPriority = priority;
}