We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92d15b commit 45933bbCopy full SHA for 45933bb
1 file changed
app/docs/[...slug]/page.tsx
@@ -14,7 +14,6 @@ interface Param {
14
}
15
16
export default async function DocPage({ params }: Param) {
17
- console.log("[DocPage] Starting DocPage rendering");
18
const { slug } = await params;
19
const page = source.getPage(slug);
20
0 commit comments