소스 검색

clear code

Marino Faggiana 8 년 전
부모
커밋
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);
         }
     }