remove console log
This commit is contained in:
parent
b7e4744f28
commit
961a24846f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user