diff --git a/static/js/pandora/news.js b/static/js/pandora/news.js index f5a6141e..2374c87c 100644 --- a/static/js/pandora/news.js +++ b/static/js/pandora/news.js @@ -160,7 +160,6 @@ pandora.ui.news = function(width, height) { items.sort(function(a, b) { return a.date < b.date ? 1 : a.date > b.date ? -1 : 0; }).forEach(function(item, i) { - Ox.print('??', i, item.id) Ox.Element() .addClass('item') .css({