]> git.wh0rd.org Git - tt-rss.git/commitdiff
disable category hide debugging
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 21 Nov 2007 07:43:29 +0000 (08:43 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 21 Nov 2007 07:43:29 +0000 (08:43 +0100)
functions.js

index 8eb7cc60fcc4c51bba05d06f6265d111d6d4a7d1..b093398a667be930bd8e2105154d84a8037c6b50 100644 (file)
@@ -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) {