From 5f20f84582b847c0e1b325a0406559e939ae6197 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sun, 2 Oct 2011 17:06:25 +0000 Subject: [PATCH] remove print statement --- source/Ox.UI/js/List/Ox.List.js | 1 - 1 file changed, 1 deletion(-) 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) {