From 24cde895b41576c9b638532809ac8cc38e10c6d9 Mon Sep 17 00:00:00 2001 From: wjames111 Date: Tue, 19 Nov 2024 15:35:21 -0500 Subject: [PATCH] Remove console.log. --- .../existingPaymentMethods/existingPaymentMethods.component.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.js b/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.js index ac97a41d9..74e3ce0ab 100644 --- a/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.js +++ b/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.js @@ -143,7 +143,6 @@ class ExistingPaymentMethodsController { switchPayment () { this.creditCardPaymentForm.securityCode.$setViewValue('') this.creditCardPaymentForm.securityCode.$render() - console.log(this.selectedPaymentMethod) this.onPaymentChange({ selectedPaymentMethod: this.selectedPaymentMethod }) if (this.selectedPaymentMethod?.['bank-name']) { // This is an EFT payment method so we need to remove any fee coverage