diff --git a/macosx/Torrent.m b/macosx/Torrent.m index b676ffefa..790afa140 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -480,9 +480,9 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 uint64_t remainingSpace = [[fsAttributes objectForKey: NSFileSystemFreeSize] unsignedLongLongValue], torrentRemaining = [self size] - (uint64_t)[self downloadedValid]; - NSLog(@"Volume: %@", volume); + /*NSLog(@"Volume: %@", volume); NSLog(@"Remaining disk space: %qu (%@)", remainingSpace, [NSString stringForFileSize: remainingSpace]); - NSLog(@"Torrent remaining size: %qu (%@)", torrentRemaining, [NSString stringForFileSize: torrentRemaining]); + NSLog(@"Torrent remaining size: %qu (%@)", torrentRemaining, [NSString stringForFileSize: torrentRemaining]);*/ if (volume && remainingSpace <= torrentRemaining) {