mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
get rid of random NSLog()
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
while ((file = [enumerator nextObject]))
|
||||
{
|
||||
if (tr_torrentParse(fLib, [file UTF8String], NULL, &info) == TR_OK)
|
||||
{NSLog(@"asdgas");
|
||||
{
|
||||
count++;
|
||||
size += info.totalSize;
|
||||
fileCount += info.fileCount;
|
||||
|
||||
Reference in New Issue
Block a user