remove print statement
This commit is contained in:
parent
0ca93fcebe
commit
5f20f84582
1 changed files with 0 additions and 1 deletions
|
@ -1657,7 +1657,6 @@ Ox.List = function(options, self) {
|
||||||
var pos = Ox.isNumber(id) ? id : getPositionById(id),
|
var pos = Ox.isNumber(id) ? id : getPositionById(id),
|
||||||
$item = self.$items[pos],
|
$item = self.$items[pos],
|
||||||
data = $item.options('data');
|
data = $item.options('data');
|
||||||
Ox.print('((((()))))', id, pos)
|
|
||||||
if (arguments.length == 1) {
|
if (arguments.length == 1) {
|
||||||
return data;
|
return data;
|
||||||
} else if (arguments.length == 2) {
|
} else if (arguments.length == 2) {
|
||||||
|
|
Loading…
Reference in a new issue