[Zope-Checkins] CVS: Zope2 - Catalog.py:1.70.6.9
Andreas Jung
andreas@digicool.com
Thu, 24 May 2001 11:49:12 -0400
Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/ZCatalog
Modified Files:
Tag: ajung-dropin-registry
Catalog.py
Log Message:
removed debug code
--- Updated File Catalog.py in package Zope2 --
--- Catalog.py 2001/05/24 15:33:39 1.70.6.8
+++ Catalog.py 2001/05/24 15:49:10 1.70.6.9
@@ -541,16 +541,13 @@
#
if request.has_key(index.id) :
if len(request[index.id])>0:
- print index.id
r=index._apply_index(request)
- print r
if r is not None:
r, u = r
for name in u: used[name]=1
w, rs = weightedIntersection(rs, r)
- print rs
#assert rs==None or hasattr(rs, 'values') or hasattr(rs, 'keys')