marinofaggiana 5 năm trước cách đây
mục cha
commit
3a3f5cf488
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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");