Browse Source

clear code

Marino Faggiana 7 năm trước cách đây
mục cha
commit
dcc72bbe49
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      iOSClient/AppDelegate.m

+ 0 - 1
iOSClient/AppDelegate.m

@@ -1647,7 +1647,6 @@
             while (file = [enumerator nextObject])
                 [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@", dirIniziale, file] error:nil];
             
-            
             exit(0);
         }
     }