fix: remove log

This commit is contained in:
Sérgio Salgado 2021-06-21 19:22:18 +01:00 committed by Josh Harvey
parent c4f20bf64a
commit 43827736c0

View file

@ -34,7 +34,6 @@ const IdDataCard = memo(({ customerData, updateCustomer }) => {
const rawExpirationDate = R.path(['expirationDate'])(idData)
const country = R.path(['country'])(idData)
const rawDob = R.path(['dateOfBirth'])(idData)
console.log('customer', customerData)
const elements = [
{