From 0ff945b01b5141573ddf08737eef515cf6a35eb7 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 16 Jul 2014 17:28:49 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 74a02899fb..d65445ecbe 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -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 -- 2.39.2