From 550bda3e54a0895e027fee14860f14171a357ac9 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 5 Jul 2005 15:06:52 +0000 Subject: Recoding Fixes --- src/rccxml.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/rccxml.c') diff --git a/src/rccxml.c b/src/rccxml.c index 8283a39..f40853f 100644 --- a/src/rccxml.c +++ b/src/rccxml.c @@ -75,7 +75,6 @@ int rccXmlInit() { if (pos == RCC_MAX_LANGUAGES) goto clear; for (npos = 0; rcc_default_language_names[npos].sn; npos++); - puts("+++"); nnodes = node_set->nodeNr; @@ -85,11 +84,9 @@ int rccXmlInit() { lang = attr->children->content; if ((!lang)||(!lang[0])) continue; - puts(lang); for (cpos=1,fullname=NULL,node=pnode->children;node;node=node->next) { if (node->type != XML_ELEMENT_NODE) continue; - puts(node->name); if (!xmlStrcmp(node->name, "Charsets")) { for (cpos = 0, cnode=node->children;cnode;cnode=cnode->next) { if (cnode->type != XML_ELEMENT_NODE) continue; -- cgit v1.2.3