From bbd6763192b831159087033fd3b15473629cde03 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 11 Dec 2025 11:30:32 +0200 Subject: [PATCH] rm log --- src/components/contacts/phone-number.ts | 1 - 1 file changed, 1 deletion(-) 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 {