From d10c4cd52d6143ba1e74963a0dee7fffd34a3596 Mon Sep 17 00:00:00 2001 From: opa334 Date: Mon, 12 Sep 2022 19:23:50 +0200 Subject: [PATCH] remove logs --- Store/TSSceneDelegate.m | 2 -- 1 file changed, 2 deletions(-) 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];