Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Sep 12, 2022
1 parent 5543769 commit d10c4cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Store/TSSceneDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ - (void)doIPAInstall:(NSString*)ipaPath scene:(UIWindowScene*)scene force:(BOOL)

dispatch_async(dispatch_get_main_queue(), ^
{
NSLog(@"1");
[infoAlert dismissViewControllerAnimated:YES completion:^
{
NSLog(@"2");
if(ret != 0)
{
UIAlertController* errorAlert = [UIAlertController alertControllerWithTitle:[NSString stringWithFormat:@"Install Error %d", ret] message:[error localizedDescription] preferredStyle:UIAlertControllerStyleAlert];
Expand Down

0 comments on commit d10c4cd

Please sign in to comment.