get rid of random NSLog()
This commit is contained in:
parent
1ee1b38c60
commit
551b2dd106
|
@ -86,7 +86,7 @@
|
||||||
while ((file = [enumerator nextObject]))
|
while ((file = [enumerator nextObject]))
|
||||||
{
|
{
|
||||||
if (tr_torrentParse(fLib, [file UTF8String], NULL, &info) == TR_OK)
|
if (tr_torrentParse(fLib, [file UTF8String], NULL, &info) == TR_OK)
|
||||||
{NSLog(@"asdgas");
|
{
|
||||||
count++;
|
count++;
|
||||||
size += info.totalSize;
|
size += info.totalSize;
|
||||||
fileCount += info.fileCount;
|
fileCount += info.fileCount;
|
||||||
|
|
Loading…
Reference in New Issue