summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-12 14:17:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-12 14:17:08 +0000
commitfb37327df4153a31d7ba28e2bc3f742f4efc9f34 (patch)
treee26283150d51ac85255d23c2b76865d93d727c90 /pyuno
parent978e94ea4e7cc9e1ea1e692ed11835ac27181804 (diff)
Let's not have debug spew all the time
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 c4fa69d7ef28..da3efa751471 100644
--- a/pyuno/source/loader/pythonloader.py
+++ b/pyuno/source/loader/pythonloader.py
@@ -35,7 +35,7 @@ from com.sun.star.loader import XImplementationLoader
from com.sun.star.lang import XServiceInfo
MODULE_PROTOCOL = "vnd.openoffice.pymodule:"
-DEBUG = 1
+DEBUG = 0
g_supportedServices = "com.sun.star.loader.Python", # referenced by the native C++ loader !
g_implementationName = "org.openoffice.comp.pyuno.Loader" # referenced by the native C++ loader !