Roo/form/ComboBoxArray.js
[roojs1] / Roo / form / ComboBoxArray.js
index 74a0289..d65445e 100644 (file)
@@ -457,13 +457,11 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, {
    
     remove : function()
     {
-        Roo.log(this);
         this.cb.items.remove(this);
         this.el.child('img').un('click', this.remove, this);
         this.el.remove();
         this.cb.updateHiddenEl();
         
-        Roo.log('remove?????');
         this.cb.fireEvent('remove', this.cb, this);
     }
 });
\ No newline at end of file