rm log
This commit is contained in:
@@ -53,7 +53,6 @@ export function processPhoneNumber(
|
|||||||
formatted: formatInternationalWithoutCountryCode(phoneNumber),
|
formatted: formatInternationalWithoutCountryCode(phoneNumber),
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
|
||||||
if (error instanceof ParseError) {
|
if (error instanceof ParseError) {
|
||||||
return {valid: false, reason: error.message}
|
return {valid: false, reason: error.message}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user