Roo/LayoutRegion.js
authorEdward <edward@roojs.com>
Tue, 22 Jan 2019 03:28:09 +0000 (11:28 +0800)
committerEdward <edward@roojs.com>
Tue, 22 Jan 2019 03:28:09 +0000 (11:28 +0800)
Roo/LayoutRegion.js

index 726df9c..a2d6cef 100644 (file)
@@ -349,10 +349,8 @@ Roo.extend(Roo.LayoutRegion, Roo.BasicLayoutRegion, {
         }
         this.collapsed = false;
         if(this.config.animate && skipAnim !== true){
-            Roo.log('animate??');
             this.animateExpand();
         }else{
-            Roo.log('not animate??');
             this.el.show();
             if(this.split){
                 this.split.el.show();