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