From da7e0b73e089d55b2b946a825c443734bb120bbd Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sat, 5 Nov 2011 22:38:00 +0000 Subject: [PATCH] remove some logging --- source/Ox.UI/js/List/Ox.List.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/Ox.List.js index 4cd73da0..35dff95e 100644 --- a/source/Ox.UI/js/List/Ox.List.js +++ b/source/Ox.UI/js/List/Ox.List.js @@ -414,7 +414,6 @@ Ox.List = function(options, self) { } function emptyFirstPage() { - Ox.Log('!', 'EMPTY') if (self.$pages[0]) { if (self.options.type == 'text') { self.$pages[0].$element.find('.OxEmpty').remove(); @@ -430,7 +429,6 @@ Ox.List = function(options, self) { var height = getHeight(), lastItemHeight = height % self.options.itemHeight || self.options.itemHeight, visibleItems = Math.ceil(height / self.options.itemHeight); - Ox.Log('!', 'FILL', self.listLength, visibleItems); if (self.listLength < visibleItems) { Ox.range(self.listLength, visibleItems).forEach(function(i) { var $item = Ox.ListItem({