diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/Ox.List.js index d93bc595..7a0d314c 100644 --- a/source/Ox.UI/js/List/Ox.List.js +++ b/source/Ox.UI/js/List/Ox.List.js @@ -1666,7 +1666,6 @@ Ox.List = function(options, self) { }); } self.options.items[pos][key] = value; - if (pos == 0) Ox.print(self.options.items[pos]) data[key] = value; $item.options({data: data}); return that; diff --git a/source/Ox.UI/js/List/Ox.TreeList.js b/source/Ox.UI/js/List/Ox.TreeList.js index 26eff837..59e5e3aa 100644 --- a/source/Ox.UI/js/List/Ox.TreeList.js +++ b/source/Ox.UI/js/List/Ox.TreeList.js @@ -70,7 +70,6 @@ Ox.TreeList = function(options, self) { function constructItem(data) { var $item = $('
'), //.css({width: self.options.width + 'px'}), padding = (data.level + !data.items) * 16 - 8; - if (data.title.indexOf('COUNTRIES') > -1) Ox.print('DATA...', data); if (data.level || !data.items) { $('
') .addClass('OxCell OxTarget')