disable category hide debugging

This commit is contained in:
Andrew Dolgov 2007-11-21 08:43:29 +01:00
parent d8432ff5f5
commit 1a9b5b84a7
1 changed files with 2 additions and 2 deletions

View 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) {