Skip to content

Commit

Permalink
Block theme: Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Mar 26, 2024
1 parent 9f5dd2a commit ffed4bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const { actions, state } = store( 'wporg/patterns/preview', {
handleOnResize() {
const context = getContext();
const { ref } = getElement();
console.log( ref.querySelector( 'div' )?.clientWidth );
context.pageWidth = ref.querySelector( 'div' )?.clientWidth;
},
},
Expand Down

0 comments on commit ffed4bd

Please sign in to comment.