From 585af2418b4b02e8d0ff5b6ebf0eafde8dbe16c9 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 29 Mar 2004 20:54:46 +0000 Subject: [PATCH] Remove debug code --- ext/dom/tests/dom001.phpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/dom/tests/dom001.phpt b/ext/dom/tests/dom001.phpt index 01b9fec3c4..a0c78fbb0a 100644 --- a/ext/dom/tests/dom001.phpt +++ b/ext/dom/tests/dom001.phpt @@ -63,9 +63,8 @@ print "Removed " . $attr . " attributes.\n"; echo "--------- attributes of rootnode\n"; $attrs = $rootnode->attributes; print_node_list($attrs); -var_dump($attrs); + echo "--------- children of an attribute\n"; -var_dump($children = $attrs->item(0)); $children = $attrs->item(0)->childNodes; print_node_list($children); -- 2.50.1