Skip to content

Commit

Permalink
style: remove redundant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
muningis committed Dec 18, 2024
1 parent d91d6dd commit b301a41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ async function bundleMDX({
)
}

console.log(code);
return {
code: `${code};return Component;`,
frontmatter: matter.data,
Expand Down

0 comments on commit b301a41

Please sign in to comment.