diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-03-20 14:26:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-03-22 19:28:23 +0000 |
commit | 2252313a90b6561f2746e05dae99551701550201 (patch) | |
tree | a635aa1e3d90d1b7910e1cb006c66f83eb747757 /bridges | |
parent | c3ec6ac5df2954b24010868f1d40bff242bd1742 (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.cxx | 3 |
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) { |