This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO418 in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO418 by this push: new 76cc21a Delete leftover debug code. 76cc21a is described below commit 76cc21a65f6b59065c4532542f56fef7eb5a65a7 Author: Don Lewis <dl-...@catspoiler.org> AuthorDate: Tue Oct 1 21:32:15 2019 -0700 Delete leftover debug code. (cherry picked from commit 7ad89c327ca8d1c30aea9294edf39579304566f5) --- main/scripting/source/protocolhandler/scripthandler.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/scripting/source/protocolhandler/scripthandler.cxx b/main/scripting/source/protocolhandler/scripthandler.cxx index c8d759f..fbb5a2f 100644 --- a/main/scripting/source/protocolhandler/scripthandler.cxx +++ b/main/scripting/source/protocolhandler/scripthandler.cxx @@ -159,11 +159,9 @@ void SAL_CALL ScriptProtocolHandler::dispatchWithNotification( { try { -printf("ScriptProtocolHandler::dispatchWithNotification()\n"); ::rtl::OUString xStringUri = ::rtl::Uri::decode( aURL.Complete, rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8 ); bool bIsDocumentScript = ( xStringUri.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "document" ) ) !=-1 ); -printf("URI is %s\n", ::rtl::OUStringToOString (xStringUri, RTL_TEXTENCODING_UTF8).pData->buffer); if ( bIsDocumentScript ) {