diff --git a/src/helpers/promotions-helper.js b/src/helpers/promotions-helper.js index aa342ce9a..2921fbfc8 100644 --- a/src/helpers/promotions-helper.js +++ b/src/helpers/promotions-helper.js @@ -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,