summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-12 15:21:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-12 15:21:49 +0000
commit9e8ac5c91e8bd42467b130b3cd53da44f7b736f6 (patch)
treec2fa93cabd3bec61022305e6a5ba70e165a389cb /pyuno
parent80d3c4b682c1d589047acc2d4f5c7ae8c90cc013 (diff)
more debug spew in non-debug product
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/loader/pythonloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/loader/pythonloader.py b/pyuno/source/loader/pythonloader.py
index da3efa751471..eef1bd6274c5 100644
--- a/pyuno/source/loader/pythonloader.py
+++ b/pyuno/source/loader/pythonloader.py
@@ -139,8 +139,8 @@ class Loader( XImplementationLoader, XServiceInfo, unohelper.Base ):
mod = self.getModuleFromUrl( locationUrl )
implHelper = mod.__dict__.get( "g_ImplementationHelper" , None )
- print ("dump stuff")
if DEBUG:
+ print ("dump stuff")
print ("Fetched ImplHelper as " + str(implHelper))
if implHelper == None:
return mod.getComponentFactory( implementationName, self.ctx.ServiceManager, regKey )