From: Jay Freeman (saurik) Date: Sat, 24 Oct 2015 21:54:55 +0000 (-0700) Subject: Remove debug logging accidentally shipped in beta. X-Git-Tag: v1.1.1~2 X-Git-Url: https://git.saurik.com/patcyh.git/commitdiff_plain/59cbbee60ad6c378f708c8660bd2df7fed853535 Remove debug logging accidentally shipped in beta. --- diff --git a/patcyh.mm b/patcyh.mm index a2c5039..d8f5442 100644 --- a/patcyh.mm +++ b/patcyh.mm @@ -45,7 +45,6 @@ static NSArray *$MIFileManager$urlsForItemsInDirectoryAtURL$ignoringSymlinks$err [items addObject:[NSURL fileURLWithPathComponents:[prefix arrayByAddingObjectsFromArray:[components subarrayWithRange:NSMakeRange(skip, [components count] - skip)]]]]; } - NSLog(@"items = %@", items); return items; } @@ -79,7 +78,6 @@ static NSRange $NSString$rangeOfString$options$(NSString *self, SEL _cmd, NSStri if (!directory) break; - NSLog(@"path = %@", self); // the trailing / allows lsd to "restart" its verification attempt [(NSMutableString *) self setString:[NSString stringWithFormat:@"/Applications/%@/", [self substringFromIndex:[destiny length]]]]; } while (false);