]> granicus.if.org Git - php/commitdiff
Remove debug code
authorMarcus Boerger <helly@php.net>
Mon, 29 Mar 2004 20:54:46 +0000 (20:54 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 29 Mar 2004 20:54:46 +0000 (20:54 +0000)
ext/dom/tests/dom001.phpt

index 01b9fec3c4acd40223249ab33bdc07829a6c1335..a0c78fbb0a19f839d92cedf22f92af8a4c049e60 100644 (file)
@@ -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);