diff --git a/macosx/DragOverlayWindow.m b/macosx/DragOverlayWindow.m index 299d95b6a..b12fbdf1b 100644 --- a/macosx/DragOverlayWindow.m +++ b/macosx/DragOverlayWindow.m @@ -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;