Skip to content

Commit 6ec6420

Browse files
committed
1.1.1
1 parent 2900226 commit 6ec6420

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: Helper/uicache.m

-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ BOOL constructContainerizationForEntitlements(NSDictionary* entitlements)
5252
{
5353
if(noContainer.boolValue)
5454
{
55-
NSLog(@"constructContainerizationForEntitlements NO com.apple.private.security.no-container");
5655
return NO;
5756
}
5857
}
@@ -62,12 +61,10 @@ BOOL constructContainerizationForEntitlements(NSDictionary* entitlements)
6261
{
6362
if(!containerRequired.boolValue)
6463
{
65-
NSLog(@"constructContainerizationForEntitlements NO com.apple.private.security.container-required");
6664
return NO;
6765
}
6866
}
6967

70-
NSLog(@"constructContainerizationForEntitlements YES");
7168
return YES;
7269
}
7370

0 commit comments

Comments
 (0)