remove log statement

This commit is contained in:
rolux 2012-06-19 19:32:37 +02:00
parent 1f4b0f7faa
commit e1bd7d0cb3

View file

@ -117,7 +117,6 @@ Ox.List = function(options, self) {
} }
}, },
sort: function() { sort: function() {
//Ox.Log('List', '---sort---')
updateSort(); updateSort();
} }
}) })