This commit is contained in:
Knut Sveidqvist 2020-09-10 21:00:25 +02:00
parent 9d8c867de8
commit 6360ed52b2
1 changed files with 0 additions and 3 deletions

View File

@ -34,7 +34,6 @@ export const addClasses = function(classes, g) {
logger.info('keys:', keys);
logger.info(classes);
let cnt = 0;
// Iterate through each item in the vertex object (containing all the vertices found) in the graph definition
keys.forEach(function(id) {
const vertex = classes[id];
@ -110,8 +109,6 @@ export const addClasses = function(classes, g) {
padding: getConfig().flowchart.padding
});
cnt++;
logger.info('setNode', {
labelStyle: styles.labelStyle,
shape: _shape,