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])
                 [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@", dirIniziale, file] error:nil];
             
-            
             exit(0);
         }
     }