bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx |    3 ---
 include/sal/log-areas.dox                            |    1 -
 2 files changed, 4 deletions(-)

New commits:
commit 42b37ba1d19a0543b7edda2c9d8bbb9b80507a7c
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Mar 8 09:25:52 2022 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Mar 8 13:57:22 2022 +0100

    Drop some debug code
    
    ...that had been introduced with 7e8e85adbee73346403c364326544487677cd5c6 
"Add
    codeSnippet debugging output when dbglevel>1" and reinforced with
    6f121860d0537060084278da11842732a748d6b7 "tdf#130924 replace debugging 
printf
    calls with SAL_INFO/SAL_WARN"
    
    Change-Id: I9529bfdedd3d1a3dd623fdb28e01d6bd96c92d97
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131169
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx 
b/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx
index 48d8d174fb6a..f400c766a2e6 100644
--- a/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx
@@ -442,9 +442,6 @@ static unsigned char * codeSnippet( unsigned char * code,
     // jmpq *%r11
     *reinterpret_cast<sal_uInt32 *>( code + 20 ) = 0x00e3ff49;
 
-    SAL_INFO("bridges.debug", "==> codeSnippet, functionIndex=" << 
nFunctionIndex
-            << (bHasHiddenParam ? "|0x80000000":"") << ", vtableOffset=" << 
nVtableOffset);
-
     return code + codeSnippetSize;
 }
 
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index b0e10c48fa2d..7d61cfd3d3cd 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -47,7 +47,6 @@ certain functionality.
 @li @c bridges
 @li @c bridges.ios
 @li @c bridges.osx
-@li @c bridges.debug
 
 @section canvas
 

Reply via email to