remove log

This commit is contained in:
Philipp Kühn
2021-06-03 09:59:03 +02:00
parent 4d83e56ff5
commit c949fb6c7f
2 changed files with 1 additions and 12 deletions

View File

@@ -38,17 +38,6 @@ function getDecorations({ doc, name, lowlight }: { doc: ProsemirrorNode, name: s
? lowlight.highlight(language, block.node.textContent).children
: lowlight.highlightAuto(block.node.textContent).children
console.log({
lowlight,
languages,
nodes,
})
console.log({
lowlightAll,
languages: lowlightAll.listLanguages(),
})
parseNodes(nodes).forEach(node => {
const to = from + node.text.length