remove debugging code
[roojs1] / Roo / bootstrap / Container.js
index 73c4f6c..99cab3b 100644 (file)
@@ -369,38 +369,7 @@ Roo.extend(Roo.bootstrap.Container, Roo.bootstrap.Component,  {
         e.preventDefault();
         
         this.fireEvent('click', this, e);
-    },
-    
-    getItems : function()
-    {
-        var r=new Roo.util.MixedCollection(false, function(o){
-            return o.id || (o.id = Roo.id());
-        });
-        var iter = function(el) {
-            if (el.inputEl) {
-                r.add(el);
-            }
-            if (!el.items) {
-                return;
-            }
-            Roo.each(el.items,function(e) {
-                iter(e);
-            });
-        };
-
-        iter(this);
-        return r;
-    },
-    
-    isEmpty : function()
-    {
-        var items = this.getItems();
-        
-        items.each(function(f){
-            Roo.log(f);
-        })
     }
-   
 });
 
  
\ No newline at end of file