#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

@@ -106,7 +106,6 @@ export const drawDescrState = (g, stateDef) => {
.attr('y2', getConfig().state.padding + titleHeight + getConfig().state.dividerMargin / 2)
.attr('class', 'descr-divider');
const descrBox = description.node().getBBox();
console.warn(descrBox.width, titleBox.width);
const width = Math.max(descrBox.width, titleBox.width);
descrLine.attr('x2', width + 3 * getConfig().state.padding);