Remove console logging.
This commit is contained in:
parent
fadebe8302
commit
7c99f68a04
|
@ -18,7 +18,5 @@ export const MiniCartContentsBlock = (
|
||||||
): JSX.Element => {
|
): JSX.Element => {
|
||||||
const { children } = props;
|
const { children } = props;
|
||||||
|
|
||||||
console.log( 'MiniCartContentsBlock', children );
|
|
||||||
|
|
||||||
return <CartEventsProvider>{ children }</CartEventsProvider>;
|
return <CartEventsProvider>{ children }</CartEventsProvider>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue