From 367c9550ccbe324ed345ead9c288c9bd2f72ea93 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 6 Dec 2016 19:27:44 +0200 Subject: Remove noise SAL_INFO that even crashed when pPrefix was NULL Not sure why it crashed only on macOS? Change-Id: I9578d7de39e22ba79950c6b47aad26944a5d0fa2 --- unoxml/source/dom/node.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'unoxml') 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(pHref)), RTL_TEXTENCODING_UTF8); - SAL_INFO("unoxml", "Trying to add namespace " << reinterpret_cast(pHref) << - "(prefix " << reinterpret_cast(pPrefix) << ")" ); - Context::NamespaceMapType::iterator aIter= io_rContext.maNamespaceMap.find(val); if( aIter != io_rContext.maNamespaceMap.end() ) -- cgit