Skip to content

Commit

Permalink
Remote old debug NSLogs
Browse files Browse the repository at this point in the history
Just taking out some NSLogs I missed when cleaning up the source.
  • Loading branch information
Julius Parishy committed May 10, 2012
1 parent 557e869 commit f18a98e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SSZipArchive.m
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ + (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination o
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;
Expand Down

0 comments on commit f18a98e

Please sign in to comment.