diff --git a/src/diagrams/flowchart/flowRenderer.js b/src/diagrams/flowchart/flowRenderer.js index 7043b0f00..3317720ab 100644 --- a/src/diagrams/flowchart/flowRenderer.js +++ b/src/diagrams/flowchart/flowRenderer.js @@ -413,10 +413,8 @@ exports.draw = function (text, id,isDot) { // Center the graph svg.attr("height", g.graph().height ); if(typeof conf.width === 'undefined'){ - console.log('Undefined it is'); svg.attr("width", g.graph().width ); }else{ - console.log('Defined it is'+conf.width); svg.attr("width", conf.width ); } //svg.attr("viewBox", svgb.getBBox().x + ' 0 '+ g.graph().width+' '+ g.graph().height);