Skip to content

Commit deba08e

Browse files
committed
Remove console
1 parent 5c252c0 commit deba08e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Home({ headerFooter, products }) {
2323
},
2424
}
2525
return (
26-
<Layout headerFooter={headerFooter || {}} seo={seo}>
26+
<Layout headerFooter={ headerFooter || {} } seo={ seo }>
2727
<Products products={products}/>
2828
</Layout>
2929
)

pages/product/[slug].js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import axios from 'axios';
1313
import { useRouter } from 'next/router';
1414

1515
export default function Product( { headerFooter, product } ) {
16-
console.log( 'product', product );
1716

1817
const router = useRouter();
1918

0 commit comments

Comments
 (0)