remove console log
This commit is contained in:
parent
4c9827a501
commit
53cc6126a9
1 changed files with 0 additions and 1 deletions
|
|
@ -281,7 +281,6 @@ export function getVapsThatNeedToBeAddedToSatisfyPromos(
|
||||||
) {
|
) {
|
||||||
const clonedVaps = deepClone(lineItemsOnOrder?.vaps ?? []);
|
const clonedVaps = deepClone(lineItemsOnOrder?.vaps ?? []);
|
||||||
const promosWithAddableVaps = getPromosWithAddableVaps(promos);
|
const promosWithAddableVaps = getPromosWithAddableVaps(promos);
|
||||||
console.log(":::::::::::::" + JSON.stringify(promosWithAddableVaps));
|
|
||||||
if (promosWithAddableVaps.length) {
|
if (promosWithAddableVaps.length) {
|
||||||
const matchingLineItems = getLineItemsThatMatchPromos(
|
const matchingLineItems = getLineItemsThatMatchPromos(
|
||||||
promosWithAddableVaps,
|
promosWithAddableVaps,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue