Skip to content

Commit b301a41

Browse files
committed
style: remove redundant console.log
1 parent d91d6dd commit b301a41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ async function bundleMDX({
268268
)
269269
}
270270

271-
console.log(code);
272271
return {
273272
code: `${code};return Component;`,
274273
frontmatter: matter.data,

0 commit comments

Comments
 (0)