From 2252313a90b6561f2746e05dae99551701550201 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Mon, 20 Mar 2023 14:26:58 +0200 Subject: bridges: drop unnecessary debug message Change-Id: I4c08ea2e464164351ba66a4c04ef2575e3f5f580 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149157 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'bridges') 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) { -- cgit