1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

get rid of excessive logging

This commit is contained in:
Mitchell Livingston 2006-10-13 02:49:45 +00:00
parent 0ed7d6ab4a
commit 3f1b9a756f

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;