From e1bd7d0cb3b8f5ac5c3ac4ca11ac70885c681973 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 19 Jun 2012 19:32:37 +0200 Subject: [PATCH] remove log statement --- source/Ox.UI/js/List/List.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox.UI/js/List/List.js b/source/Ox.UI/js/List/List.js index 9167a80b..3cc88324 100644 --- a/source/Ox.UI/js/List/List.js +++ b/source/Ox.UI/js/List/List.js @@ -117,7 +117,6 @@ Ox.List = function(options, self) { } }, sort: function() { - //Ox.Log('List', '---sort---') updateSort(); } })