From 59cbbee60ad6c378f708c8660bd2df7fed853535 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 24 Oct 2015 14:54:55 -0700 Subject: [PATCH] Remove debug logging accidentally shipped in beta. --- patcyh.mm | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.47.2