mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
chore: removed debug code
This commit is contained in:
parent
59a6fbdbbc
commit
fe18cc1448
@ -71,7 +71,6 @@ function highlightBlocks() {
|
|||||||
const nodes = window.document.querySelectorAll('pre code')
|
const nodes = window.document.querySelectorAll('pre code')
|
||||||
nodes.forEach(el => {
|
nodes.forEach(el => {
|
||||||
window.hljs.highlightBlock(el)
|
window.hljs.highlightBlock(el)
|
||||||
console.log(el)
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
interface DocsProps {
|
interface DocsProps {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user