From ca1e0a5da4e83a76afc660ecc9b24db7308e989f Mon Sep 17 00:00:00 2001 From: Shirish Kamath Date: Mon, 4 Mar 2024 13:06:24 +0530 Subject: [PATCH] Remove console.log --- typedoc-vitepress-theme.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/typedoc-vitepress-theme.mjs b/typedoc-vitepress-theme.mjs index d9f25e8..de3344f 100644 --- a/typedoc-vitepress-theme.mjs +++ b/typedoc-vitepress-theme.mjs @@ -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(),