Skip to content

Commit e1cc821

Browse files
committed
fix: remove debug logging
1 parent 3cf2405 commit e1cc821

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

server/utils/readme.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ ${html}
393393
// Resolve link URLs, add security attributes, and collect playground links
394394
renderer.link = function ({ href, title, tokens }: Tokens.Link) {
395395
const resolvedHref = resolveUrl(href, packageName, repoInfo)
396-
console.log({ resolvedHref })
397396
const text = this.parser.parseInline(tokens)
398397
const titleAttr = title ? ` title="${title}"` : ''
399398

0 commit comments

Comments
 (0)