From fb37327df4153a31d7ba28e2bc3f742f4efc9f34 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 12 Dec 2011 14:17:08 +0000 Subject: Let's not have debug spew all the time --- pyuno/source/loader/pythonloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyuno/source/loader') 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 ! -- cgit