From 1a8375583c204e863ad868f6eb9bc97072aca899 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Thu, 28 Dec 2023 10:05:37 -0500 Subject: [PATCH] removed console log --- src/layouts/payment-method/payment-method.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index bbc18e017..736065d68 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -172,7 +172,7 @@ export default { ]; const resultMap = await settleAllPromises(promiseResultMap); - console.log(resultMap.wipers); + const glassParts = lineItemsFromStore.glassParts ?? []; const supportingItems = lineItemsFromStore.supportingItems ?? []; const vaps = lineItemsFromStore.vaps ?? [];