Remote old debug NSLogs

Just taking out some NSLogs I missed when cleaning up the source.
This commit is contained in:
Julius Parishy
2012-05-09 23:55:36 -04:00
parent 557e869222
commit f18a98e551
-4
View File
@@ -138,10 +138,6 @@
fileIsSymbolicLink = YES;
}
NSLog(@"%s, link: %@, dir: %@", filename, S_ISLNK(fileInfo.external_fa) ? @"Yes" : @"NO", S_ISDIR(fileInfo.external_fa) ? @"Yes" : @"No");
//NSLog(@"\"%s\" is symbolic link? %@", filename, fileIsSymbolicLink ? @"Yes." : @"No.");
// Check if it contains directory
NSString *strPath = [NSString stringWithCString:filename encoding:NSUTF8StringEncoding];
BOOL isDirectory = NO;