From 64fc577fc57ce0f4320108b3d2fbca40f619a81c Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Sun, 24 Nov 2024 16:19:21 +0800 Subject: [PATCH] chore: remove console --- src/node/utils/processIncludes.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/node/utils/processIncludes.ts b/src/node/utils/processIncludes.ts index 687af672..108caf06 100644 --- a/src/node/utils/processIncludes.ts +++ b/src/node/utils/processIncludes.ts @@ -33,9 +33,6 @@ export function processIncludes( m1 = m1.slice(0, -len) // remove meta info from the include path } - console.log('m1', m1) - console.log(region, title) - const atPresent = m1[0] === '@' try {