Remove console.log messsage.
parent
3f478de905
commit
1c530a0460
|
@ -169,7 +169,6 @@ web2d.peer.svg.TextPeer = new Class({
|
||||||
computedWidth = 10;
|
computedWidth = 10;
|
||||||
|
|
||||||
}
|
}
|
||||||
console.log("Final result:"+computedWidth);
|
|
||||||
|
|
||||||
var width = parseInt(computedWidth);
|
var width = parseInt(computedWidth);
|
||||||
width = width + this._font.getWidthMargin();
|
width = width + this._font.getWidthMargin();
|
||||||
|
|
Loading…
Reference in New Issue