Roo/BoxComponent.js
authorEdward <edward@roojs.com>
Wed, 23 Apr 2014 03:19:20 +0000 (11:19 +0800)
committerEdward <edward@roojs.com>
Wed, 23 Apr 2014 03:19:20 +0000 (11:19 +0800)
Roo/BoxComponent.js

index eb47c32..ef86fa5 100644 (file)
@@ -63,9 +63,6 @@ Roo.extend(Roo.BoxComponent, Roo.Component, {
      * @return {Roo.BoxComponent} this
      */
     setSize : function(w, h){
-        Roo.log('BoxComponent!!!!!!!!!!');
-        Roo.log(w);
-        Roo.log(h);
         // support for standard size objects
         if(typeof w == 'object'){
             h = w.height;