1295 Lint fixes

This commit is contained in:
Knut Sveidqvist
2020-03-14 08:24:45 +01:00
parent da048cbc7b
commit ad288be2ee
3 changed files with 6 additions and 21 deletions

View File

@@ -32,7 +32,6 @@ const rect = (parent, node) => {
.attr('width', node.width + padding)
.attr('height', node.height + padding);
const adj = (node.width + node.padding - bbox.width) / 2;
logger.info('bbox', bbox.width, node.x, node.width);
// Center the label
// label.attr('transform', 'translate(' + adj + ', ' + (node.y - node.height / 2) + ')');