diff options
-rw-r--r-- | xml2tsv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -212,10 +212,11 @@ xmltagend(XMLParser *x, const char *t, size_t tl, int isshort) fprintf(stderr, "Error: tag-end '%s' closes tag '%s'\n", t, tag); } - if (isshort) { +/* if (isshort) { printf("\n"); print_cur_str(stdout, &st); } +*/ } void @@ -232,7 +233,6 @@ xmltagstart(XMLParser *x, const char *t, size_t tl) void xmltagstartparsed(XMLParser *x, const char *t, size_t tl, int isshort) { - /* printf("inside tagstartparsed\n"); */ } int |