From cd6bca7d6b03b0157d6c42f468965d0fde92f8a8 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 1 Apr 2012 00:25:46 +0200 Subject: [PATCH] remove a print statement --- source/Ox/js/Array.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox/js/Array.js b/source/Ox/js/Array.js index 922a31ad..0d2d55f3 100644 --- a/source/Ox/js/Array.js +++ b/source/Ox/js/Array.js @@ -474,7 +474,6 @@ Ox.range = function() { return v[key]; }), fn[key]); }); - Ox.print('VALS::::', values) return arr.sort(function(a, b) { var aValue, bValue, index = 0, key, ret = 0; while (ret == 0 && index < length) {