From 144b4cdb420a7a356839b55e1e42fa924bdc0093 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 15 Jun 2012 10:40:15 +0200 Subject: [PATCH] remove log statement --- source/Ox.UI/js/Form/Select.js | 2 -- 1 file changed, 2 deletions(-) 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 : {