Skip to content

Commit

Permalink
MY-12648 remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 3, 2019
1 parent bf67da1 commit 791a562
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data/carriers/fetchAllCarriers.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export async function fetchAllCarriers() {
deliveryEnabled: configBus.get(ALLOW_DELIVERY_OPTIONS, null, carrier.name),
}));

console.log(configBus.carrierData);

configBus.currentCarrier = configBus.carrierData.length ? configBus.carrierData[0].name : null;

return configBus.carrierData;
Expand Down

0 comments on commit 791a562

Please sign in to comment.