Remove console.log messsage.

main
Paulo Gustavo Veiga 2014-02-12 14:35:31 -03:00
parent 3f478de905
commit 1c530a0460
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ web2d.peer.svg.TextPeer = new Class({
computedWidth = 10;
}
console.log("Final result:"+computedWidth);
var width = parseInt(computedWidth);
width = width + this._font.getWidthMargin();