marinofaggiana 5 년 전
부모
커밋
3a3f5cf488
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      iOSClient/Main/CCMain.m

+ 0 - 1
iOSClient/Main/CCMain.m

@@ -1229,7 +1229,6 @@
     
     [[NCCommunication sharedInstance] readFolderWithPath:serverUrl user:appDelegate.activeUserID password:appDelegate.activePassword completionHandler:^(NSArray<NCFile *> *files, NSError *error) {
         for (NCFile *file in files) {
-            NSLog(file.path);
             NSLog(file.etag);
         }
         NSLog(@"end");