remove debug loggin for rehype plugin

This commit is contained in:
keyan 2023-10-23 18:16:06 -05:00
parent 53a8af8d20
commit ef884181e8
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ export function mdHas (md, test) {
export function rehypeInlineCodeProperty () {
return function (tree) {
console.log(tree)
visit(tree, { tagName: 'code' }, function (node, index, parent) {
if (parent && parent.tagName === 'pre') {
node.properties.inline = false