Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Remove Logger for updatePhoneNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariflo committed Mar 2, 2023
1 parent 5ce2bcd commit 190daf4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Sources/MagicSDK/Modules/User/UserModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@ public class UserModule: BaseModule {
updatePhoneNumber
*/
public func updatePhoneNumber(response: @escaping Web3ResponseCompletion<String>) {
if #available(iOS 14.0, *) {
UserModule.logger.warning("updatePhoneNumber: \(BaseWarningLog.MA_Method)")
} else {
print("updatePhoneNumber: \(BaseWarningLog.MA_Method)")
}

let request = BasicRPCRequest(method: UserMethod.magic_auth_update_phone_number.rawValue, params: [])
self.provider.send(request: request, response: response)
}
Expand Down

0 comments on commit 190daf4

Please sign in to comment.