diff --git a/src/config/io/markdown.ts b/src/config/io/markdown.ts index 374a0d8..5ba997f 100644 --- a/src/config/io/markdown.ts +++ b/src/config/io/markdown.ts @@ -75,7 +75,6 @@ const shikiRewriteTypelinks: ShikiTransformer = { // WARN: need to change the code link identifier to this const regExp = /TYPE99(\w+.)99TYPE/g; const hasTypelinks = code.search(regExp) !== -1; - console.log(hasTypelinks); if (hasTypelinks) { code.replace(regExp, (_full: string, match: string) => {