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");