mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
oops, turn off a debugging message
This commit is contained in:
parent
be5e6774ad
commit
24deca88e4
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ size_t
|
|||
tr_bandwidthClamp( const tr_bandwidth * b,
|
||||
size_t byteCount )
|
||||
{
|
||||
const size_t n = byteCount;
|
||||
/* const size_t n = byteCount; */
|
||||
|
||||
if( b && b->isLimited )
|
||||
byteCount = MIN( byteCount, b->bytesLeft );
|
||||
|
|
|
@ -2388,7 +2388,7 @@ setTorrentBandwidth( Torrent * t,
|
|||
tr_free( peers );
|
||||
}
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
#define DEBUG_DIRECTION TR_DOWN
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue