1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

Remove debug code.

This commit is contained in:
Ilia Alshanetsky
2003-12-01 22:10:46 +00:00
parent 93e0d690ee
commit 089aa3639d
+3 -2
View File
@@ -984,8 +984,9 @@ static void tidy_add_default_properities(PHPTidyObj *obj, tidy_obj_type type TSR
tidyNodeGetText(TG(tdoc)->doc, obj->node, &buf);
ADD_PROPERITY_STRING(obj->std.properties, value, buf.bp);
tidyBufFree(&buf);
fprintf(stderr, "type: %d\n",tidyNodeGetType(obj->node));
/* fprintf(stderr, "type: %d\n",tidyNodeGetType(obj->node)); */
ADD_PROPERITY_STRING(obj->std.properties, name, tidyNodeGetName(obj->node));
ADD_PROPERITY_LONG(obj->std.properties, type, tidyNodeGetType(obj->node));
switch(tidyNodeGetType(obj->node)) {