mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 20:24:16 +01:00
#1261 Removed calls to console.log
This commit is contained in:
@@ -533,7 +533,6 @@ const render = function(id, _txt, cb, container) {
|
||||
// classDef
|
||||
if (graphType === 'flowchart') {
|
||||
const classes = flowRenderer.getClasses(txt);
|
||||
console.log('classes in mermaidApi', classes);
|
||||
for (const className in classes) {
|
||||
style += `\n.${className} > * { ${classes[className].styles.join(
|
||||
' !important; '
|
||||
@@ -544,7 +543,6 @@ const render = function(id, _txt, cb, container) {
|
||||
)} !important; }`;
|
||||
}
|
||||
}
|
||||
console.log(style);
|
||||
}
|
||||
|
||||
const style1 = document.createElement('style');
|
||||
|
||||
Reference in New Issue
Block a user