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:22:59 +0000
commit94e2e91e1091826d57d26c9a215294ec5f863a3f (patch)
tree026d67402d6c602b57ecc81a603ccf6743f66f8f /pyuno
parent819e7e237f69e426c7438f3766519837148e63aa (diff)
more debug spew in non-debug product
Signed-off-by: Caolán McNamara <caolanm@redhat.com>
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 )