summaryrefslogtreecommitdiff
path: root/scripting/source/provider
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/provider')
-rw-r--r--scripting/source/provider/URIHelper.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripting/source/provider/URIHelper.cxx b/scripting/source/provider/URIHelper.cxx
index 3d51a8fbdb1a..f205e6cb3582 100644
--- a/scripting/source/provider/URIHelper.cxx
+++ b/scripting/source/provider/URIHelper.cxx
@@ -152,13 +152,8 @@ ScriptingFrameworkURIHelper::initBaseURI()
OUString child = children[i];
sal_Int32 idx = child.lastIndexOf(test);
- // SAL_WARNx("scripting", "Trying: %s", PRTSTR(child));
- // SAL_WARNx("scripting", "idx=%d, testlen=%d, children=%d",
- // idx, test.getLength(), child.getLength());
-
if ( idx != -1 && (idx + test.getLength()) == child.getLength() )
{
- // SAL_WARNx("scripting", "FOUND PATH: %s", PRTSTR(child));
if ( bAppendScriptsPart )
{
m_sBaseURI = child.concat( SCRIPTS_PART );