From cdd2f5058c40819933902e60859a684cb9afce8e Mon Sep 17 00:00:00 2001 From: tequ Date: Tue, 15 Jul 2025 17:12:46 +0900 Subject: [PATCH] remove log --- src/plugins/remarkGlobalReferences.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/remarkGlobalReferences.ts b/src/plugins/remarkGlobalReferences.ts index 66d1d18..f24bfcc 100644 --- a/src/plugins/remarkGlobalReferences.ts +++ b/src/plugins/remarkGlobalReferences.ts @@ -99,8 +99,6 @@ export function remarkGlobalReferences() { delete node.referenceType delete node.identifier delete node.label - - console.log(`Resolved reference [${label}][] to ${refs[label]}`) } } }) @@ -124,7 +122,6 @@ export function remarkGlobalReferences() { label, url: refs[label], }) - console.log(`Found escaped reference ${fullMatch} -> ${refs[label]}`) } match = pattern.exec(node.value) }