remove console log

This commit is contained in:
binary-husky 2024-01-15 11:50:37 +08:00
parent b7e4744f28
commit 961a24846f

View File

@ -68,7 +68,7 @@ const uml = async className => {
messageFontSize: "16px" messageFontSize: "16px"
} }
} }
console.log('启动渲染'); // console.log('启动渲染');
// 加载配置 Load up the config // 加载配置 Load up the config
mermaid.mermaidAPI.globalReset() // 全局复位 mermaid.mermaidAPI.globalReset() // 全局复位
const config = (typeof mermaidConfig === "undefined") ? defaultConfig : mermaidConfig const config = (typeof mermaidConfig === "undefined") ? defaultConfig : mermaidConfig