remove a print statement

This commit is contained in:
rolux 2012-04-01 00:25:46 +02:00
parent b03393bc0c
commit cd6bca7d6b

View file

@ -474,7 +474,6 @@ Ox.range = function() {
return v[key]; return v[key];
}), fn[key]); }), fn[key]);
}); });
Ox.print('VALS::::', values)
return arr.sort(function(a, b) { return arr.sort(function(a, b) {
var aValue, bValue, index = 0, key, ret = 0; var aValue, bValue, index = 0, key, ret = 0;
while (ret == 0 && index < length) { while (ret == 0 && index < length) {