Skip to content

Commit c528b6c

Browse files
committed
chores
1 parent 7423da6 commit c528b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/theme/components/ChapterContents.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (!items) {
3333
);
3434
} else {
3535
items.forEach((subchapter) => {
36-
console.log(subchapter);
36+
// console.log(subchapter);
3737
const t = subchapter.items?.filter((item) => {
3838
return item.link !== chapter_root && !item.goback;
3939
});

0 commit comments

Comments
 (0)