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

index 245625f..0b5b670 100644 (file)
@@ -295,7 +295,7 @@ panel.load({
     
     adjustForComponents : function(width, height)
     {
-        Roo.log('adjustForComponents ');
+        //Roo.log('adjustForComponents ');
         if(this.resizeEl != this.el){
             width -= this.el.getFrameWidth('lr');
             height -= this.el.getFrameWidth('tb');
@@ -322,7 +322,6 @@ panel.load({
     },
     
     setSize : function(width, height){
-        Roo.log('set???');
         if(this.fitToFrame && !this.ignoreResize(width, height)){
             if(this.fitContainer && this.resizeEl != this.el){
                 this.el.setSize(width, height);