diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/Ox.List.js index 55c38fef..d60a7b63 100644 --- a/source/Ox.UI/js/List/Ox.List.js +++ b/source/Ox.UI/js/List/Ox.List.js @@ -1657,7 +1657,6 @@ Ox.List = function(options, self) { var pos = Ox.isNumber(id) ? id : getPositionById(id), $item = self.$items[pos], data = $item.options('data'); - Ox.print('((((()))))', id, pos) if (arguments.length == 1) { return data; } else if (arguments.length == 2) {