Drop some debug code

...that had been introduced with 7e8e85adbe "Add
codeSnippet debugging output when dbglevel>1" and reinforced with
6f121860d0 "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>
This commit is contained in:
Stephan Bergmann
2022-03-08 09:25:52 +01:00
parent f86d1482be
commit 42b37ba1d1
2 changed files with 0 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -47,7 +47,6 @@ certain functionality.
@li @c bridges
@li @c bridges.ios
@li @c bridges.osx
@li @c bridges.debug
@section canvas