Roo/ContentPanel.js
authoredward <edward@roojs.com>
Tue, 17 May 2016 03:14:14 +0000 (11:14 +0800)
committeredward <edward@roojs.com>
Tue, 17 May 2016 03:14:14 +0000 (11:14 +0800)
Roo/ContentPanel.js

index 3cc953f..0b5b670 100644 (file)
@@ -295,12 +295,10 @@ panel.load({
     
     adjustForComponents : function(width, height)
     {
-        Roo.log('adjustForComponents ');
-        Roo.log([width, height]);
+        //Roo.log('adjustForComponents ');
         if(this.resizeEl != this.el){
             width -= this.el.getFrameWidth('lr');
             height -= this.el.getFrameWidth('tb');
-            Roo.log([width, height]);
         }
         if(this.toolbar){
             var te = this.toolbar.getEl();