Roo/bootstrap/layout/Region.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 03:57:03 +0000 (11:57 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 03:57:03 +0000 (11:57 +0800)
Roo/bootstrap/layout/Region.js

index ca1962f..3f126ab 100644 (file)
@@ -286,20 +286,6 @@ Roo.extend(Roo.bootstrap.layout.Region, Roo.bootstrap.layout.Basic, {
 
     updateBody : function(w, h)
     {
-        if(!this.activePanel){
-            Roo.log('activePanel not exist update Body!!!!!!!!!!!!!!!!!!!!!!!!!!');
-            Roo.log(this);
-            Roo.log([w, h]);
-        } else {
-            if(this.activePanel.title == 'Log Grid'){
-            Roo.log('update Body!!!!!!!!!!!!!!!!!!!!!!!!!!');
-            Roo.log(this);
-            Roo.log([w,h]);
-        }
-        }
-        
-        
-        
         if(w !== null){
             this.el.setWidth(w);
             w -= this.el.getBorderWidth("rl");