summaryrefslogtreecommitdiff
path: root/ext/soap/php_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/php_xml.c')
-rw-r--r--ext/soap/php_xml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/php_xml.c b/ext/soap/php_xml.c
index 6fc82ec44e..c3ae5ffb81 100644
--- a/ext/soap/php_xml.c
+++ b/ext/soap/php_xml.c
@@ -46,7 +46,6 @@ static void cleanup_xml_node(xmlNodePtr node)
trav = node->children;
while (trav != NULL) {
if (del != NULL) {
-fprintf(stderr,"***garbage\n");
xmlUnlinkNode(del);
xmlFreeNode(del);
del = NULL;