Remove unused console.log
This commit is contained in:
parent
63a16f1284
commit
53c73b5936
|
@ -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'
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue