Marino Faggiana 7 лет назад
Родитель
Сommit
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);
         }
     }