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