remove log statement
This commit is contained in:
parent
1e47435058
commit
144b4cdb42
1 changed files with 0 additions and 2 deletions
|
@ -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 : {
|
||||
|
|
Loading…
Reference in a new issue