(libT) remove debugging statement that got checked in by accident

This commit is contained in:
Charles Kerr 2008-11-26 05:58:10 +00:00
parent 628c574c07
commit ff651209c8
1 changed files with 0 additions and 2 deletions

View File

@ -485,8 +485,6 @@ torrentRealInit( tr_handle * h,
tor->bandwidth = tr_bandwidthNew( h, h->bandwidth );
fprintf( stderr, "torrent [%s] bandwidth is %p\n", info->name, tor->bandwidth );
tor->blockSize = getBlockSize( info->pieceSize );
tor->lastPieceSize = info->totalSize % info->pieceSize;