Remoed a console.log

This commit is contained in:
knsv 2015-03-29 12:08:07 +02:00
parent 78d8ee01ac
commit 1fd94f9cf1
1 changed files with 0 additions and 2 deletions

View File

@ -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);