Formatting and removing console logs
This commit is contained in:
parent
80fea612ab
commit
37fe52f914
1 changed files with 1 additions and 3 deletions
|
|
@ -517,7 +517,6 @@ export default {
|
|||
},
|
||||
];
|
||||
const resultMap = await settleAllPromises(promiseResultMap);
|
||||
console.log("resultMap", resultMap);
|
||||
const itemsToPrice = [];
|
||||
if (resultMap.mobileFeePart) {
|
||||
itemsToPrice.push(resultMap.mobileFeePart);
|
||||
|
|
@ -525,8 +524,7 @@ export default {
|
|||
if (resultMap.premiumFee) {
|
||||
itemsToPrice.push(resultMap.premiumFee);
|
||||
}
|
||||
console.log("itemsToPrice", itemsToPrice);
|
||||
// Price all items
|
||||
|
||||
let pricedMobileFeePart = null;
|
||||
let pricedPremiumFee = null;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue