Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove console.log lol
Co-authored-by: Ramon <ramonjd@users.noreply.github.com>
  • Loading branch information
tellthemachines and ramonjd authored Sep 17, 2025
commit 2a11acce4e8794b711b6c9cb5d594936af63d208
12 changes: 0 additions & 12 deletions packages/block-library/src/query/edit/pattern-selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,6 @@ export default function PatternSelection( {
blocks,
attributes
);
// console.log(
// 'new blocks',
// newBlocks,
// 'query client ids',
// queryClientIds,
// 'pattern',
// pattern,
// 'blocks',
// blocks,
// 'attributes',
// attributes
// );
replaceBlock( clientId, newBlocks );
if ( queryClientIds[ 0 ] ) {
selectBlock( queryClientIds[ 0 ] );
Expand Down
Loading