mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Remove console.log
This commit is contained in:
parent
3a2d72aa5c
commit
f859d1425a
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ document.addEventListener(
|
|||
action: jQuery('.submit_tracking_info').data('action'),
|
||||
})
|
||||
}).then(function (res) {
|
||||
console.log(res);
|
||||
return res.json();
|
||||
}).then(function (data) {
|
||||
if (!data.success) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue