From 136ce735f5473bad2e102bb66e8c1c4c75ebc0c9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 17 May 2015 17:28:10 +0200 Subject: Removed debug message. --- pyaggr3g470r/static/js/articles.js | 1 - 1 file changed, 1 deletion(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/static/js/articles.js b/pyaggr3g470r/static/js/articles.js index fe7f0cba..bb31f6d8 100644 --- a/pyaggr3g470r/static/js/articles.js +++ b/pyaggr3g470r/static/js/articles.js @@ -28,7 +28,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Requires jQuery') } $('.open-article').on('click', function(e) { var feed_id = $(this).parent().parent().attr("data-feed"); var filter = $('#filters').attr("data-filter"); - console.log("unread"); if (filter == "unread") { $(this).parent().parent().remove(); $("#total-unread").text(parseInt($("#total-unread").text()) - 1); -- cgit