From 2a28e952d8444e8360d12f4460d13a06025b7db8 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Tue, 11 Jun 2024 12:56:08 -0400 Subject: [PATCH] remove console.log --- src/layouts/payment-method/payment-method.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 55e324d3..b8310f43 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -189,8 +189,6 @@ export default { const isEnabled = piaExperience === 'true'; const isDeductibleTotalEqualToZero = useMainStore().order.currentDeductible === 0; - console.log(useMainStore().order.currentDeductible); - return !isEnabled || useMainStore().isUnverified || (useMainStore().isDeductible && isDeductibleTotalEqualToZero); }, paymentMethod() {