Remove unnecessary comment.

Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com>
This commit is contained in:
Ervin Hegedus
2025-04-26 20:01:07 +02:00
committed by GitHub
parent 1953e37217
commit c24ad689be

View File

@@ -84,7 +84,6 @@ static void msc_xml_on_end_elementns(
arg->value = xml_parser_state->currval;
arg->value_len = strlen(xml_parser_state->currval);
arg->value_origin_len = arg->value_len;
//arg->value_origin_offset = value-base_offset;
arg->origin = "XML";
if (msr->txcfg->debuglog_level >= 9) {