mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Remove console logs
This commit is contained in:
parent
5eb39de540
commit
2e6f403ed1
3 changed files with 3 additions and 18 deletions
|
@ -110,7 +110,6 @@ class FormFieldGroup {
|
|||
}
|
||||
|
||||
inputElement(name) {
|
||||
console.log('inputElement', name);
|
||||
const baseSelector = this.fields[name].selector;
|
||||
|
||||
const select = document.querySelector(baseSelector + ' select');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue