cwvreg.py
changeset 5442 3ed8afbbdf70
parent 5426 0d4853a6e5ee
child 5444 f7fdb5dd82f6
--- a/cwvreg.py	Thu Apr 29 11:09:03 2010 +0200
+++ b/cwvreg.py	Thu Apr 29 14:21:57 2010 +0200
@@ -442,10 +442,10 @@
     * contentnavigation XXX to merge with components? to kill?
     """
 
-    def __init__(self, config, debug=None, initlog=True):
+    def __init__(self, config, initlog=True):
         if initlog:
             # first init log service
-            config.init_log(debug=debug)
+            config.init_log()
         super(CubicWebVRegistry, self).__init__(config)
         self.schema = None
         self.initialized = False