Remove debugging code that lead to slow-down regressions.

This commit is contained in:
Jürg Lehni 2011-12-20 22:34:08 +01:00
parent e59f076992
commit 0592038b9f

View file

@ -1833,7 +1833,6 @@ function(name) {
var bounds = this._bounds,
position = this._position,
children = this._children;
bounds = position = null;
// Simply preconcatenate the internal matrix with the passed one:
this._matrix.preConcatenate(matrix);
if (this._transform)