]> git.saurik.com Git - patcyh.git/commitdiff
Remove debug logging accidentally shipped in beta.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 24 Oct 2015 21:54:55 +0000 (14:54 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 24 Oct 2015 21:54:55 +0000 (14:54 -0700)
patcyh.mm

index a2c5039165b5634b1f81f33e0f26e5f4e116497f..d8f5442d4a7d341c6d7c45d216e13f4ea211f8d6 100644 (file)
--- 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);