mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove debug code.
This commit is contained in:
parent
93e0d690ee
commit
089aa3639d
1 changed files with 3 additions and 2 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue