cwvreg.py
changeset 2804 0d01413ec9ae
parent 2793 bfb21f7a0d13
child 2807 696ff03f9a58
--- a/cwvreg.py	Thu Aug 13 10:31:31 2009 +0200
+++ b/cwvreg.py	Thu Aug 13 10:32:03 2009 +0200
@@ -50,11 +50,7 @@
         self.schema = vreg.schema
 
     def initialization_completed(self):
-        # call vreg_initialization_completed on appobjects and print
-        # registry content
-        for appobjects in self.itervalues():
-            for appobject in appobjects:
-                appobject.vreg_initialization_completed()
+        pass
 
     def render(self, __oid, req, __fallback_oid=None, rset=None, **kwargs):
         """select object, or fallback object if specified and the first one