CSR-1383: remove console logs
This commit is contained in:
parent
48413475c9
commit
eb4d71f68d
1 changed files with 0 additions and 8 deletions
|
|
@ -91,7 +91,6 @@ export default {
|
|||
lineItem.partType != partTypeStrings.RAIN_DEFENSE
|
||||
);
|
||||
});
|
||||
console.log("step one", lineItemsToPrice);
|
||||
let totalPrice = this.getTotalPriceOfAllLineItemsAndChildParts(lineItemsToPrice);
|
||||
return totalPrice;
|
||||
},
|
||||
|
|
@ -113,14 +112,7 @@ export default {
|
|||
lineItem.childParts
|
||||
);
|
||||
}
|
||||
console.log(
|
||||
"step two, lineItem name: ",
|
||||
lineItem.partNumber,
|
||||
" / totalPrice: ",
|
||||
totalPrice
|
||||
);
|
||||
});
|
||||
console.log("step three", totalPrice);
|
||||
return totalPrice;
|
||||
},
|
||||
getTotalLineItemPrice(lineItem) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue