Roo/form/ComboBoxArray.js
authorEdward <edward@roojs.com>
Wed, 16 Jul 2014 09:28:49 +0000 (17:28 +0800)
committerEdward <edward@roojs.com>
Wed, 16 Jul 2014 09:28:49 +0000 (17:28 +0800)
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