Skip to content

Commit

Permalink
Removed some console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Jun 1, 2024
1 parent de897d2 commit 47c1cce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/dev/docs/+onBeforeRender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,11 @@ export async function onBeforeRender(

let pageFile = null;

console.log("mdxContentFile", mdxContentFile);

if (mdxContentFile != null) {
const fileName = join(contentDirName, mdxContentFile);
pageFile = modules[fileName];
}

console.log("modules", modules);

console.log("pageFile", pageFile);

if (pageFile == null) {
return {
pageContext: {
Expand Down

0 comments on commit 47c1cce

Please sign in to comment.