remove console log

This commit is contained in:
CarlNation 2025-10-03 10:58:55 -04:00
parent 4c9827a501
commit 53cc6126a9

View file

@ -281,7 +281,6 @@ export function getVapsThatNeedToBeAddedToSatisfyPromos(
) {
const clonedVaps = deepClone(lineItemsOnOrder?.vaps ?? []);
const promosWithAddableVaps = getPromosWithAddableVaps(promos);
console.log(":::::::::::::" + JSON.stringify(promosWithAddableVaps));
if (promosWithAddableVaps.length) {
const matchingLineItems = getLineItemsThatMatchPromos(
promosWithAddableVaps,