aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmltree.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-12-02 10:32:54 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2011-12-02 10:32:54 +0000
commitbd3166176fdb7ed96211eb539316f47843e0faa7 (patch)
treeb5a07651578665954e929e4bccc7db112dc089b2 /lib/xmltree.c
parent191ac9d7c7f38d4450a2f4f173c5a34be368fd2f (diff)
Somewhat improve debug logging of HTTP/SOAP stuff.
Diffstat (limited to 'lib/xmltree.c')
-rw-r--r--lib/xmltree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/xmltree.c b/lib/xmltree.c
index c4f34cd9..7dd7b6a3 100644
--- a/lib/xmltree.c
+++ b/lib/xmltree.c
@@ -322,7 +322,6 @@ char *xt_to_string( struct xt_node *node )
return real;
}
-#ifdef DEBUG
void xt_print( struct xt_node *node )
{
int i;
@@ -381,7 +380,6 @@ void xt_print( struct xt_node *node )
/* Non-empty tag is now finished. */
printf( "</%s>\n", node->name );
}
-#endif
struct xt_node *xt_dup( struct xt_node *node )
{