mirror of
https://github.com/opa334/TrollStore.git
synced 2025-04-06 12:23:13 +08:00
remove logs
This commit is contained in:
parent
55437694e3
commit
d10c4cd52d
@ -42,10 +42,8 @@
|
|||||||
|
|
||||||
dispatch_async(dispatch_get_main_queue(), ^
|
dispatch_async(dispatch_get_main_queue(), ^
|
||||||
{
|
{
|
||||||
NSLog(@"1");
|
|
||||||
[infoAlert dismissViewControllerAnimated:YES completion:^
|
[infoAlert dismissViewControllerAnimated:YES completion:^
|
||||||
{
|
{
|
||||||
NSLog(@"2");
|
|
||||||
if(ret != 0)
|
if(ret != 0)
|
||||||
{
|
{
|
||||||
UIAlertController* errorAlert = [UIAlertController alertControllerWithTitle:[NSString stringWithFormat:@"Install Error %d", ret] message:[error localizedDescription] preferredStyle:UIAlertControllerStyleAlert];
|
UIAlertController* errorAlert = [UIAlertController alertControllerWithTitle:[NSString stringWithFormat:@"Install Error %d", ret] message:[error localizedDescription] preferredStyle:UIAlertControllerStyleAlert];
|
||||||
|
Loading…
Reference in New Issue
Block a user