From 7a7636a872caa99bf80ffa3acaa349dc867679b0 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 27 Mar 2011 22:10:03 +0000 Subject: [PATCH] drop two NSLogs --- macosx/Torrent.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 906e995d4..5164aad62 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -573,11 +573,9 @@ int trashDataFile(const char * filename) return YES; NSString * downloadFolder = [self currentDirectory]; - NSLog(@"%@", downloadFolder); NSDictionary * systemAttributes; if ((systemAttributes = [[NSFileManager defaultManager] attributesOfFileSystemForPath: downloadFolder error: NULL])) { - NSLog(@"%@", systemAttributes); const uint64_t remainingSpace = [[systemAttributes objectForKey: NSFileSystemFreeSize] unsignedLongLongValue]; //if the remaining space is greater than the size left, then there is enough space regardless of preallocation