marinofaggiana 4 years ago
parent
commit
257bced9f6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      iOSClient/Networking/NCNetworkingCheckRemoteUser.swift

+ 0 - 1
iOSClient/Networking/NCNetworkingCheckRemoteUser.swift

@@ -47,7 +47,6 @@ import NCCommunication
             
             
             let token = CCUtility.getPassword(account)!
             let token = CCUtility.getPassword(account)!
             if token == "" { return }
             if token == "" { return }
-            //guard let token = CCUtility.getPassword(account) else { return }
             
             
             NCCommunication.shared.getRemoteWipeStatus(serverUrl: tableAccount.urlBase, token: token) { (account, wipe, errorCode, errorDescriptiuon) in
             NCCommunication.shared.getRemoteWipeStatus(serverUrl: tableAccount.urlBase, token: token) { (account, wipe, errorCode, errorDescriptiuon) in