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

index 86c8e98..669a19f 100644 (file)
@@ -134,7 +134,6 @@ Roo.extend(Roo.bootstrap.layout.Manager, Roo.bootstrap.Component, {
     },
 
     onRegionResized : function(region, newSize){
-        Roo.log('calling onRegionResized!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!')
         this.fireEvent("regionresized", region, newSize);
         this.layout();
     },
@@ -183,7 +182,6 @@ Roo.extend(Roo.bootstrap.layout.Manager, Roo.bootstrap.Component, {
     },
 
     onWindowResize : function(){
-        Roo.log('calling onWindowResize!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
         if(this.monitorWindowResize){
             this.layout();
         }