From 30ea534d48a7dc865bd46b9fe467fbd968184465 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 24 Feb 2017 14:06:47 +0800 Subject: [PATCH] Roo/Element.js --- Roo/Element.js | 1 - 1 file changed, 1 deletion(-) 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]; } -- 2.39.2