Remove the console log

This commit is contained in:
Daniel Dudzic 2024-08-19 01:19:00 -05:00
parent 422b609b2c
commit 5604454650
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -807,7 +807,6 @@ if ( block_enabled && config.enabled ) {
'paypal', 'paypal',
...config.enabledFundingSources, ...config.enabledFundingSources,
] ) { ] ) {
console.log( 'earlier fundingSource', fundingSource );
registerExpressPaymentMethod( { registerExpressPaymentMethod( {
name: `${ config.id }-${ fundingSource }`, name: `${ config.id }-${ fundingSource }`,
paymentMethodId: config.id, paymentMethodId: config.id,