remove comment

that no longer makes sense after
    commit 25a7b268555d73248594b9d485b69cd0e4cf34cf (HEAD -> master)
    Author: Noel Grandin <noel.grandin@collabora.co.uk>
    Date:   Thu Oct 20 12:47:39 2022 +0200
    SAL_WARN->SAL_INFO in sax

Change-Id: I298df432d61f90e558251cd1c0e8d3c220423c5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141561
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin 2022-10-20 14:20:33 +02:00
parent 2409a57cc0
commit a2b404871d

View file

@ -1320,7 +1320,6 @@ void FastSaxParserImpl::addUnknownElementWithPrefix(const xmlChar **attributes,
OString aQualifiedName = (rPrefix.isEmpty())? rLocalName : rPrefix + ":" + rLocalName;
xAttributes->addUnknown( aNamespaceURI, aQualifiedName,
OString( XML_CAST( attributes[ i + 3 ] ), attributes[ i + 4 ] - attributes[ i + 3 ] ));
// ignore an element that otherwise generates a lot of noise in the logs
SAL_INFO("xmloff", "unknown element " << aQualifiedName << " " << aNamespaceURI);
}