bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 2252313a90b6561f2746e05dae99551701550201
Author:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
AuthorDate: Mon Mar 20 14:26:58 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Mar 22 19:28:23 2023 +0000

    bridges: drop unnecessary debug message
    
    Change-Id: I4c08ea2e464164351ba66a4c04ef2575e3f5f580
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149157
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

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)
     {

Reply via email to