mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
get rid of excessive logging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user