remove fprintf that snuck in. (Reported by Gimp)
This commit is contained in:
parent
e723a5724c
commit
6cef3fd9f9
|
@ -299,7 +299,6 @@ tr_trackerNew( const tr_torrent * torrent )
|
|||
assert( iwalk - t->tierFronts == sum );
|
||||
|
||||
scrapeNow( t );
|
||||
fprintf( stderr, "sizeof(tr_tracker) is %d\n", (int)sizeof(tr_tracker) );
|
||||
return t;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue