Skip to content

Commit

Permalink
Remove console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Nov 19, 2024
1 parent 67b31b4 commit 24cde89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24cde89

Please sign in to comment.