diff --git a/source/Ox.UI/js/Form/Select.js b/source/Ox.UI/js/Form/Select.js index fc9b7fdb..24f43289 100644 --- a/source/Ox.UI/js/Form/Select.js +++ b/source/Ox.UI/js/Form/Select.js @@ -95,8 +95,6 @@ Ox.Select = function(options, self) { key_down: showMenu }); - Ox.Log('Form', 'Ox.Select', self.options); - self.options.items = self.options.items.map(function(item) { var isObject = Ox.isObject(item); return Ox.isEmpty(item) ? item : {