1
0
Fork 0
forked from 0x2620/oxjs

remove log statement

This commit is contained in:
rolux 2012-06-15 10:40:15 +02:00
commit 144b4cdb42

View file

@ -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 : {