remove logs

This commit is contained in:
opa334 2022-09-12 19:23:50 +02:00
parent 55437694e3
commit d10c4cd52d
1 changed files with 0 additions and 2 deletions

View File

@ -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];