remove print statement

This commit is contained in:
rlx 2011-10-02 17:06:25 +00:00
parent 0ca93fcebe
commit 5f20f84582

View file

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