mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Remove leftover console.log
This commit is contained in:
parent
4f35259461
commit
a280c1b0f4
1 changed files with 0 additions and 1 deletions
|
@ -228,7 +228,6 @@ class Renderer {
|
|||
};
|
||||
|
||||
shouldEnableShippingCallback = () => {
|
||||
console.log(this.defaultSettings.context, this.defaultSettings)
|
||||
let needShipping = this.defaultSettings.needShipping || this.defaultSettings.context === 'product'
|
||||
return this.defaultSettings.should_handle_shipping_in_paypal && needShipping
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue