[Zope-Checkins] CVS: Zope2 - Application.py:1.143.22.2
andreas@digicool.com
andreas@digicool.com
Wed, 16 May 2001 10:44:40 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/OFS
In directory korak.digicool.com:/tmp/cvs-serv3720/lib/python/OFS
Modified Files:
Tag: ajung-dropin-registry
Application.py
Log Message:
removed debug messages
--- Updated File Application.py in package Zope2 --
--- Application.py 2001/05/16 14:43:35 1.143.22.1
+++ Application.py 2001/05/16 14:44:40 1.143.22.2
@@ -520,7 +520,6 @@
product_names.insert(0,"PluginIndexes")
for product_name in product_names:
- print product_name
if done.has_key(product_name): continue
done[product_name]=1
@@ -588,7 +587,6 @@
for product_name in product_names:
- print "installing",product_name
# For each product, we will import it and try to call the
# intialize() method in the product __init__ module. If
# the method doesnt exist, we put the old-style information
@@ -694,7 +692,6 @@
LOG('Zope',ERROR,'Couldn\'t install %s' % product_name,
error=sys.exc_info())
get_transaction().abort()
- print "done"
Products.meta_types=Products.meta_types+tuple(meta_types)