From: Andrew Dolgov Date: Wed, 21 Nov 2007 07:43:29 +0000 (+0100) Subject: disable category hide debugging X-Git-Tag: 1.2.18~35 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1a9b5b84a758bb61bbc217429c2afd7c612bd077;p=tt-rss.git disable category hide debugging --- diff --git a/functions.js b/functions.js index 8eb7cc60..b093398a 100644 --- a/functions.js +++ b/functions.js @@ -919,7 +919,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) { return; } - debug("cat: " + node.id); +// debug("cat: " + node.id); if (node.hasChildNodes() && node.firstChild.nextSibling != false) { for (i = 0; i < node.childNodes.length; i++) { @@ -957,7 +957,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) { } } - debug("end cat: " + node.id + " unread " + cat_unread); +// debug("end cat: " + node.id + " unread " + cat_unread); if (cat_unread == 0) { if (cat_node.style == undefined) {