Skip to content

Commit 27e15a4

Browse files
committed
chore: remove md plugin logs
1 parent 896deed commit 27e15a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.vitepress/theme/nativescript-theme/plugins/code-blocks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ function processFenceContainers(state) {
1515
let groupStart
1616
let groups = []
1717
for (let idx = 0; idx < tokens.length; idx++) {
18-
console.log(`${idx}/${tokens.length}`)
1918
const token = tokens[idx]
2019
DEBUG &&
2120
console.log(`${idx} | ${token.type} (LAST TYPE = ${lastTokenType})`)

0 commit comments

Comments
 (0)