Remove log message

This commit is contained in:
Daniel Dudzic 2024-10-07 15:35:50 +02:00
parent 869a47f3cd
commit a874eca456
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -32,7 +32,6 @@ const usePayPalScript = ( namespace, ppcpConfig, isConfigLoaded ) => {
namespace,
ppcpConfig
);
log( `PayPal script loaded for namespace: ${ namespace }` );
setIsPayPalLoaded( true );
} catch ( error ) {
log(