Roo/bootstrap/panel/Grid.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 03:48:29 +0000 (11:48 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 03:48:29 +0000 (11:48 +0800)
Roo/bootstrap/panel/Grid.js

index de07cc0..4b8fd55 100644 (file)
@@ -109,8 +109,11 @@ Roo.extend(Roo.bootstrap.panel.Grid, Roo.bootstrap.panel.Content, {
     },
     
     setSize : function(width, height){
-        Roo.log(this);
-        Roo.log(this.lastSize);
+        if(this.title == 'Log Grid'){
+            Roo.log(this);
+            Roo.log(this.lastSize);
+        }
+        
         if(!this.ignoreResize(width, height)){
             var grid = this.grid;
             var size = this.adjustForComponents(width, height);