diff --git a/src/screens/contacts/ContactDetails.tsx b/src/screens/contacts/ContactDetails.tsx index b8512290f..459a52385 100644 --- a/src/screens/contacts/ContactDetails.tsx +++ b/src/screens/contacts/ContactDetails.tsx @@ -149,11 +149,6 @@ export const ContactDetails = ({ .then(resolvedAddress => { const newAddress = resolvedAddress.toLowerCase() if (newAddress !== contact.address) { - console.log( - 'UPDATE CONTACT ADDRESS', - contact.displayAddress, - newAddress, - ) const newContact = { ...contact, address: newAddress,