Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoncalves committed Aug 31, 2023
1 parent 62ee11a commit 7e41905
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/screens/contacts/ContactDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7e41905

Please sign in to comment.