marinofaggiana 4 年之前
父節點
當前提交
257bced9f6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      iOSClient/Networking/NCNetworkingCheckRemoteUser.swift

+ 0 - 1
iOSClient/Networking/NCNetworkingCheckRemoteUser.swift

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