Remove console logging.

This commit is contained in:
Sam Seay 2024-09-06 14:09:33 +08:00
parent fadebe8302
commit 7c99f68a04
No known key found for this signature in database
GPG Key ID: 2223711A9151668A
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,5 @@ export const MiniCartContentsBlock = (
): JSX.Element => {
const { children } = props;
console.log( 'MiniCartContentsBlock', children );
return <CartEventsProvider>{ children }</CartEventsProvider>;
};