# HG changeset patch # User Sylvain Thénault # Date 1266243227 -3600 # Node ID f8c48a495a6b6726403856963f7071a3c9bca510 # Parent 4a7fe84f780351310d8bad49388bc5cef055aeec tune startup logging diff -r 4a7fe84f7803 -r f8c48a495a6b vregistry.py --- 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: