#1024 Removal of leftover loggings

This commit is contained in:
Knut Sveidqvist
2019-10-23 18:47:41 +02:00
parent 364b81a1b9
commit c87637c6f4
6 changed files with 6 additions and 12 deletions

View File

@@ -278,7 +278,7 @@ const renderDoc = (doc, diagram, parentId) => {
});
stateBox = svgElem.getBBox();
console.warn('Diagram node', svgElem.id);
const stateInfo = {
id: parentId ? parentId : 'root',
label: parentId ? parentId : 'root',