mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
🔇 Remove debug log
This commit is contained in:
parent
72661b5420
commit
7070b692a3
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ export const setIsReady = ( isReady ) => setTransient( 'isReady', isReady );
|
|||
export function persist() {
|
||||
return async ( { select } ) => {
|
||||
const data = select.persistentData();
|
||||
console.log( 'Perist data:', data );
|
||||
|
||||
try {
|
||||
await apiFetch( {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue