Drop some debug code
...that had been introduced with7e8e85adbe
"Add codeSnippet debugging output when dbglevel>1" and reinforced with6f121860d0
"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:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -47,7 +47,6 @@ certain functionality.
|
||||
@li @c bridges
|
||||
@li @c bridges.ios
|
||||
@li @c bridges.osx
|
||||
@li @c bridges.debug
|
||||
|
||||
@section canvas
|
||||
|
||||
|
Reference in New Issue
Block a user