Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchuman committed Feb 21, 2025
1 parent 6112b15 commit d1cc3a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(frontend)/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import processMetadata from '@/lib/processMetadata'
export default async function Page({ params }: Props) {
const page = await getPage(await params)
if (!page) notFound()
console.log({ page })
return <Modules modules={page.modules} page={page} />
}

Expand Down

0 comments on commit d1cc3a5

Please sign in to comment.