get rid of random NSLog()

This commit is contained in:
Mitchell Livingston 2007-07-16 11:12:41 +00:00
parent 1ee1b38c60
commit 551b2dd106
1 changed files with 1 additions and 1 deletions

View File

@ -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;