vregistry.py
branchstable
changeset 4576 f8c48a495a6b
parent 4491 a0f48c31b58a
child 4719 aaed3f813ef8
--- a/vregistry.py	Mon Feb 15 15:13:31 2010 +0100
+++ b/vregistry.py	Mon Feb 15 15:13:47 2010 +0100
@@ -365,7 +365,6 @@
 
     def initialization_completed(self):
         for regname, reg in self.iteritems():
-            self.debug('available in registry %s: %s', regname, sorted(reg))
             reg.initialization_completed()
 
     def load_file(self, filepath, modname, force_reload=False):
@@ -406,7 +405,6 @@
                 if objname.startswith('_'):
                     continue
                 self._load_ancestors_then_object(module.__name__, obj)
-        self.debug('loaded %s', module)
 
     def _load_ancestors_then_object(self, modname, appobjectcls):
         """handle automatic appobject class registration: