diff --git a/src/components/contacts/phone-number.ts b/src/components/contacts/phone-number.ts index ba36cc8907..71d0f28e58 100644 --- a/src/components/contacts/phone-number.ts +++ b/src/components/contacts/phone-number.ts @@ -53,7 +53,6 @@ export function processPhoneNumber( formatted: formatInternationalWithoutCountryCode(phoneNumber), } } catch (error) { - console.log(error) if (error instanceof ParseError) { return {valid: false, reason: error.message} } else {