We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896deed commit 27e15a4Copy full SHA for 27e15a4
.vitepress/theme/nativescript-theme/plugins/code-blocks.js
@@ -15,7 +15,6 @@ function processFenceContainers(state) {
15
let groupStart
16
let groups = []
17
for (let idx = 0; idx < tokens.length; idx++) {
18
- console.log(`${idx}/${tokens.length}`)
19
const token = tokens[idx]
20
DEBUG &&
21
console.log(`${idx} | ${token.type} (LAST TYPE = ${lastTokenType})`)
0 commit comments