Skip to content

Commit b63c8b6

Browse files
committed
Remove debug
1 parent f927ac0 commit b63c8b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/produkt/[slug].js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ const Produkt = ({ product }) => {
1717
<>
1818
<Header title={`- ${product.name ? product.name : ''}`} />
1919

20-
Produkt: <pre>{JSON.stringify(product)}</pre>
21-
22-
23-
2420
{product ? (
2521
<SingleProduct product={product} />
2622
) : (

0 commit comments

Comments
 (0)