From bd3166176fdb7ed96211eb539316f47843e0faa7 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 2 Dec 2011 10:32:54 +0000 Subject: Somewhat improve debug logging of HTTP/SOAP stuff. --- lib/xmltree.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/xmltree.c') 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( "\n", node->name ); } -#endif struct xt_node *xt_dup( struct xt_node *node ) { -- cgit v1.2.3