From: edward Date: Fri, 24 Feb 2017 06:06:47 +0000 (+0800) Subject: Roo/Element.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=30ea534d48a7dc865bd46b9fe467fbd968184465;p=roojs1 Roo/Element.js --- diff --git a/Roo/Element.js b/Roo/Element.js index e6f0212e5b..1432ca8b26 100644 --- a/Roo/Element.js +++ b/Roo/Element.js @@ -2610,7 +2610,6 @@ if(opt.anim.isAnimated()){ * @return {Object} An object with left and top properties. e.g. {left: (value), top: (value)} */ translatePoints : function(x, y){ - Roo.log(this); if(typeof x == 'object' || x instanceof Array){ y = x[1]; x = x[0]; }