Skip to content

Commit

Permalink
Delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
acasazza committed Jul 25, 2024
1 parent 367f8e3 commit 623ec2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-components/src/reducers/CustomerReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ export async function getCustomerAddresses({
const customerAddresses = await sdk.customer_addresses.list({
include: ['address']
})
console.log('customerAddresses', customerAddresses)
customerAddresses.forEach((customerAddress) => {
if (customerAddress.address) {
if (customerAddress.address.reference == null) {
Expand Down

0 comments on commit 623ec2d

Please sign in to comment.