Skip to content

Commit

Permalink
removing console
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanmtz committed Nov 17, 2024
1 parent b81d5b5 commit 094efe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/users/userAccountCountries.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = Promise.method(async function userAccount (userParameters) {
const userAccount = await getUserAccount({ id })
const accountCountry = userAccount.country
return stripe.countrySpecs.retrieve(accountCountry).then((countrySpecs) => {
console.log('countrySpecs', countrySpecs)
return countrySpecs
})
})

0 comments on commit 094efe4

Please sign in to comment.