diff options
-rw-r--r-- | unoxml/source/dom/node.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx index f95582778bc9..50adabea55e0 100644 --- a/unoxml/source/dom/node.cxx +++ b/unoxml/source/dom/node.cxx @@ -82,9 +82,6 @@ namespace DOM strlen(reinterpret_cast<const char*>(pHref)), RTL_TEXTENCODING_UTF8); - SAL_INFO("unoxml", "Trying to add namespace " << reinterpret_cast<const char*>(pHref) << - "(prefix " << reinterpret_cast<const char*>(pPrefix) << ")" ); - Context::NamespaceMapType::iterator aIter= io_rContext.maNamespaceMap.find(val); if( aIter != io_rContext.maNamespaceMap.end() ) |