mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Removed debug code from label
This commit is contained in:
parent
de8bdb96bd
commit
4e6b9ec947
@ -194,7 +194,7 @@ export const addRelation = function(_id1, _id2, title) {
|
||||
}
|
||||
addState(id1, type1);
|
||||
addState(id2, type2);
|
||||
currentDocument.relations.push({ id1, id2, title: 'x' + title });
|
||||
currentDocument.relations.push({ id1, id2, title: title });
|
||||
};
|
||||
|
||||
const addDescription = function(id, _descr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user