summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2023-03-20 14:26:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-03-22 19:28:23 +0000
commit2252313a90b6561f2746e05dae99551701550201 (patch)
treea635aa1e3d90d1b7910e1cb006c66f83eb747757 /bridges
parentc3ec6ac5df2954b24010868f1d40bff242bd1742 (diff)
bridges: drop unnecessary debug message
Change-Id: I4c08ea2e464164351ba66a4c04ef2575e3f5f580 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149157 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx
index 11d60fdeab44..986be00c6fc5 100644
--- a/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx
@@ -369,9 +369,6 @@ static typelib_TypeClass cpp_mediate(
TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] );
- OString cstr( OUStringToOString( aMemberDescr.get()->pTypeName, RTL_TEXTENCODING_ASCII_US ) );
- SAL_WARN("bridges", "calling " << cstr.getStr() << ", nFunctionIndex=" << nFunctionIndex);
-
typelib_TypeClass eRet;
switch (aMemberDescr.get()->eTypeClass)
{