Skip to content

Commit b74f21f

Browse files
Update src/app/(main)/products/[handle]/page.tsx
Co-authored-by: Oli Juhl <[email protected]>
1 parent 7db9eab commit b74f21f

File tree

1 file changed

+0
-1
lines changed
  • src/app/(main)/products/[handle]

1 file changed

+0
-1
lines changed

src/app/(main)/products/[handle]/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
2929

3030
export default async function CollectionPage({ params }: Props) {
3131
const { products } = await getProductByHandle(params.handle).catch((err) => {
32-
console.error(err)
3332
notFound()
3433
})
3534

0 commit comments

Comments
 (0)