marinofaggiana 4 years ago
parent
commit
77e85905f9
1 changed files with 0 additions and 6 deletions
  1. 0 6
      iOSClient/Networking/NCService.swift

+ 0 - 6
iOSClient/Networking/NCService.swift

@@ -160,12 +160,6 @@ class NCService: NSObject {
                 // File Sharing
                 let isFilesSharingEnabled = NCManageDatabase.sharedInstance.getCapabilitiesServerBool(account: account, elements: NCElementsJSON.shared.capabilitiesFileSharingApiEnabled, exists: false)
                 if (isFilesSharingEnabled && self.appDelegate.activeMain != nil) {
-                
-                    /*
-                    NCCommunication.shared.readShare { (account, shares, errorCode, errorDescription) in
-                        
-                    }
-                    */
                     
                     OCNetworking.sharedManager()?.readShare(withAccount: account, completion: { (account, items, message, errorCode) in
                         if errorCode == 0 && account == self.appDelegate.activeAccount {