diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-03-08 09:25:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-03-08 13:57:22 +0100 |
commit | 42b37ba1d19a0543b7edda2c9d8bbb9b80507a7c (patch) | |
tree | 047454de17f846caf2c5b91ec80759362304646c /bridges/source/cpp_uno | |
parent | f86d1482bef285f90079b5130e410646db96cf58 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'bridges/source/cpp_uno')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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; } |