marinofaggiana 5 жил өмнө
parent
commit
3a3f5cf488

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