From 594644c2f2719e3ce63280d4d597dd1126521a1f Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 29 Oct 2006 17:41:45 +0000 Subject: [PATCH] disable some logs --- macosx/Torrent.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {