Roo/Element.js
authoredward <edward@roojs.com>
Fri, 24 Feb 2017 05:44:27 +0000 (13:44 +0800)
committeredward <edward@roojs.com>
Fri, 24 Feb 2017 05:44:27 +0000 (13:44 +0800)
Roo/Element.js

index 5be77b0..1432ca8 100644 (file)
@@ -885,17 +885,11 @@ if(opt.anim.isAnimated()){
          * @return {Roo.Element} this
          */
         setXY : function(pos, animate){
-            
-            Roo.log('run??');
-            
             if(!animate || !A){
-                Roo.log('1');
                 D.setXY(this.dom, pos);
             }else{
-                Roo.log('2');
                 this.anim({points: {to: pos}}, this.preanim(arguments, 1), 'motion');
             }
-            Roo.log('3');
             return this;
         },