Removed debug code from label

This commit is contained in:
Knut Sveidqvist
2021-04-30 10:05:20 +02:00
parent de8bdb96bd
commit 4e6b9ec947

View File

@@ -194,7 +194,7 @@ export const addRelation = function(_id1, _id2, title) {
} }
addState(id1, type1); addState(id1, type1);
addState(id2, type2); addState(id2, type2);
currentDocument.relations.push({ id1, id2, title: 'x' + title }); currentDocument.relations.push({ id1, id2, title: title });
}; };
const addDescription = function(id, _descr) { const addDescription = function(id, _descr) {