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:
parent
0ed7d6ab4a
commit
3f1b9a756f
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue