Skip to content

Commit 1252257

Browse files
committed
remove console log
1 parent 21700bc commit 1252257

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/generator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,8 @@ const rehypePrismGenerator = (refractor) => {
211211
refractorRoot = node.children
212212
}
213213

214-
console.dir(refractorRoot, { depth: null })
215214
// @ts-ignore
216215
refractorRoot = getNodePosition(refractorRoot)
217-
console.dir(refractorRoot, { depth: null })
218216
refractorRoot.children = splitTextByLine(refractorRoot.children)
219217

220218
const shouldHighlightLine = calculateLinesToHighlight(meta)

0 commit comments

Comments
 (0)