Skip to content

Commit

Permalink
fix: Remove console.log statement (#2168)
Browse files Browse the repository at this point in the history
Co-authored-by: Enrique Alcantara <[email protected]>
  • Loading branch information
enriquecastl and ealcantara-gitlab authored Nov 18, 2021
1 parent c9dc1e1 commit 6e25e99
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function getDecorations({
.forEach(block => {
let from = block.pos + 1
const language = block.node.attrs.language || defaultLanguage
console.log({ language, defaultLanguage })
const languages = lowlight.listLanguages()
const nodes = language && languages.includes(language)
? getHighlightNodes(lowlight.highlight(language, block.node.textContent))
Expand Down

0 comments on commit 6e25e99

Please sign in to comment.