remoe log

This commit is contained in:
tangly1024.com
2023-11-09 14:57:07 +08:00
parent 67a0a649a8
commit d24d4d9f0a

View File

@@ -126,7 +126,7 @@ export async function getConfigMapFromConfigPage(allPages) {
// 只导入生效的配置
if (config.enable) {
console.log('[Notion配置]', config.key, config.value)
// console.log('[Notion配置]', config.key, config.value)
notionConfig[config.key] = config.value
}
}