mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
(trunk libT) remove debugging fprintf()
This commit is contained in:
parent
9c94512672
commit
04272a6c30
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue