Skip to content

Commit

Permalink
Merge pull request #2553 from myxmaster/remove_contactutils_console_log
Browse files Browse the repository at this point in the history
Remove ContactUtils console.log
  • Loading branch information
kaloudis authored Nov 22, 2024
2 parents ebc7c8e + 3b68247 commit 4dd20f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/ContactUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ const transformContactData = async (contact: any) => {
}
}

console.log('Transformed contact:', transformedContact);

return transformedContact;
} catch (error) {
console.error('Error transforming contact:', error);
Expand Down

0 comments on commit 4dd20f1

Please sign in to comment.