mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Remove log message
This commit is contained in:
parent
869a47f3cd
commit
a874eca456
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ const usePayPalScript = ( namespace, ppcpConfig, isConfigLoaded ) => {
|
||||||
namespace,
|
namespace,
|
||||||
ppcpConfig
|
ppcpConfig
|
||||||
);
|
);
|
||||||
log( `PayPal script loaded for namespace: ${ namespace }` );
|
|
||||||
setIsPayPalLoaded( true );
|
setIsPayPalLoaded( true );
|
||||||
} catch ( error ) {
|
} catch ( error ) {
|
||||||
log(
|
log(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue