chore: removed debug code

This commit is contained in:
wonderlandpark 2021-03-07 12:44:10 +09:00
parent 59a6fbdbbc
commit fe18cc1448

View File

@ -71,7 +71,6 @@ function highlightBlocks() {
const nodes = window.document.querySelectorAll('pre code')
nodes.forEach(el => {
window.hljs.highlightBlock(el)
console.log(el)
})
}
interface DocsProps {