diff --git a/Store/TSSceneDelegate.m b/Store/TSSceneDelegate.m index 574f628..59f8667 100644 --- a/Store/TSSceneDelegate.m +++ b/Store/TSSceneDelegate.m @@ -42,10 +42,8 @@ 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];