get rid of excessive logging

This commit is contained in:
Mitchell Livingston 2006-10-13 02:49:45 +00:00
parent 0ed7d6ab4a
commit 3f1b9a756f
1 changed files with 0 additions and 4 deletions

View File

@ -215,10 +215,6 @@
{
piecesPercent = malloc(fNumPieces * sizeof(float));
[fTorrent getAmountFinished: piecesPercent size: fNumPieces];
int i;
for (i = 0; i < fNumPieces; i++)
NSLog(@"%f", piecesPercent[i]);
}
int i, j, piece, index = -1;