mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
remove a debugging printf
This commit is contained in:
parent
9f8b596914
commit
48bec954be
1 changed files with 0 additions and 1 deletions
|
@ -980,7 +980,6 @@ tr_trackerCompleted( tr_tracker * t )
|
|||
void
|
||||
tr_trackerStop( tr_tracker * t )
|
||||
{
|
||||
fprintf( stderr, "trackerStop... isRunning %d\n", (int)t->isRunning );
|
||||
if( t && t->isRunning ) {
|
||||
t->isRunning = 0;
|
||||
t->reannounceAt = t->manualAnnounceAllowedAt = 0;
|
||||
|
|
Loading…
Reference in a new issue