This is an automated email from the ASF dual-hosted git repository.
truckman pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new e2306ba Delete leftover debug code.
e2306ba is described below
commit e2306ba332e7a4cd46a90ef32945707b0a361185
Author: Don Lewis <[email protected]>
AuthorDate: Tue Oct 1 21:32:15 2019 -0700
Delete leftover debug code.
---
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 913cc5f..f7cf661 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 )
{