Removed logging

This commit is contained in:
Knut Sveidqvist
2019-11-20 19:33:42 +01:00
parent f79fc21bfc
commit 9a87ff684d

View File

@@ -92,8 +92,6 @@ export const draw = function(text, id) {
const padding = conf.padding;
const bounds = diagram.node().getBBox();
console.warn(bounds);
const width = bounds.width + padding * 2;
const height = bounds.height + padding * 2;