Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
shirish87 committed Mar 4, 2024
1 parent b6cdc9c commit ca1e0a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typedoc-vitepress-theme.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export function load(app) {
);

for (const c of classes) {
console.log('c.comment', c.comment);
c.comment ??= {
blockTags: [],
modifierTags: new Set(),
Expand Down

0 comments on commit ca1e0a5

Please sign in to comment.