marinofaggiana 5 years ago
parent
commit
3a3f5cf488
1 changed files with 0 additions and 1 deletions
  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");