Remove unused console.log

This commit is contained in:
Sam Seay 2024-08-29 18:33:30 +08:00
parent 63a16f1284
commit 53c73b5936
No known key found for this signature in database
GPG Key ID: 2223711A9151668A
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ const MiniCartBlock = ( attributes: Props ): JSX.Element => {
return () => {
if ( contentsNode instanceof Element && isOpen ) {
console.log( 'unmounting contentsNode', contentsNode );
const unmountingContainer = contentsNode.querySelector(
'.wp-block-woocommerce-mini-cart-contents'
);