Roo/Element.js
authorjohn <john@roojs.com>
Thu, 21 Jun 2018 08:34:40 +0000 (16:34 +0800)
committerjohn <john@roojs.com>
Thu, 21 Jun 2018 08:34:40 +0000 (16:34 +0800)
Roo/Element.js

index 5e053b2..987b629 100644 (file)
@@ -1782,7 +1782,6 @@ if(opt.anim.isAnimated()){
          * @return {Roo.Element} this
          */
         hide : function(animate){
-            Roo.log('hiding...');
             this.setVisible(false, this.preanim(arguments, 0));
             return this;
         },