allow string based values for comboboxarray
[roojs1] / 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;