From caa36c1470e8beec7ea00499a372f973162d7556 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 11 Jul 2013 18:34:13 +0000 Subject: [PATCH] remove print statement --- static/js/pandora/news.js | 1 - 1 file changed, 1 deletion(-) 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({