Skip to content

Commit 45933bb

Browse files
committed
refactor: remove console log from DocPage rendering
1 parent c92d15b commit 45933bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/docs/[...slug]/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ interface Param {
1414
}
1515

1616
export default async function DocPage({ params }: Param) {
17-
console.log("[DocPage] Starting DocPage rendering");
1817
const { slug } = await params;
1918
const page = source.getPage(slug);
2019

0 commit comments

Comments
 (0)