🔇 Remove debug log

This commit is contained in:
Philipp Stracker 2025-02-05 15:41:52 +01:00
parent 72661b5420
commit 7070b692a3
No known key found for this signature in database

View file

@ -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( {