mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-09 00:43:23 +01:00
Remove console.log messsage.
This commit is contained in:
parent
b7051d56c0
commit
7b45b4b633
@ -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
Block a user