Skip to content

Commit

Permalink
refactor: remove console log from buildPostList function
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Dec 21, 2024
1 parent ad7268c commit 1ec94b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build-post-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ function walkDirectories(
}

export async function buildPostList() {
console.log('buildPostList ...');
walkDirectories(postDirectories, finalResult);
const treePosts = buildNavTree(finalResult.docs.filter((p: TableOfContentsItem) => p.slug.startsWith('/docs/')));

Expand Down

0 comments on commit 1ec94b3

Please sign in to comment.