Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyzanchi committed Jul 18, 2024
1 parent 91b7236 commit cbce730
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/actions/serialize-mdx.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ const processor = unified()
.use(frontmatter, ['yaml'])
.use(fencedCodeBlock)
.use(customHeadingIds)
.use(function () {
return function (tree) {
console.log('MDX 🌲', inspect(tree, true, 8));
};
})
.use(remark2rehype, {
handlers: {
yaml: handlers.frontmatter.serialize,
Expand Down

0 comments on commit cbce730

Please sign in to comment.