[CMF-checkins] CVS: CMF/CMFCollector/Extensions - Install.py:1.3

Tres Seaver tseaver@zope.com
Mon, 17 Jun 2002 18:07:23 -0400


Update of /cvs-repository/CMF/CMFCollector/Extensions
In directory cvs.zope.org:/tmp/cvs-serv20530/Extensions

Modified Files:
	Install.py 
Log Message:
 - Remove debugging cruft.

=== CMF/CMFCollector/Extensions/Install.py 1.2 => 1.3 ===
     # We loop through anything defined in the factory type information
     # and configure it in the types tool if it doesn't already exist
-    import pdb; pdb.set_trace()
     for t in CMFCollector.factory_type_information:
         if t['id'] not in types_tool.objectIds():
             cfm = apply(ContentFactoryMetadata, (), t)