浏览代码

clear code

Marino Faggiana 7 年之前
父节点
当前提交
dcc72bbe49
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      iOSClient/AppDelegate.m

+ 0 - 1
iOSClient/AppDelegate.m

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