Skip to content

Commit ca1e0a5

Browse files
committed
Remove console.log
1 parent b6cdc9c commit ca1e0a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typedoc-vitepress-theme.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export function load(app) {
3535
);
3636

3737
for (const c of classes) {
38-
console.log('c.comment', c.comment);
3938
c.comment ??= {
4039
blockTags: [],
4140
modifierTags: new Set(),

0 commit comments

Comments
 (0)