remove fprintf that snuck in. (Reported by Gimp)

This commit is contained in:
Charles Kerr 2007-10-18 03:57:19 +00:00
parent e723a5724c
commit 6cef3fd9f9
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}