[Zope-Checkins] CVS: Zope2 - TextIndex.py:1.1.2.16
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Mon, 21 May 2001 12:50:40 -0400
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/TextIndex
In directory serenade:/tmp/cvs-serv13798/Products/PluginIndexes/TextIndex
Modified Files:
Tag: ajung-dropin-registry
TextIndex.py
Log Message:
removed debug code
--- Updated File TextIndex.py in package Zope2 --
--- TextIndex.py 2001/05/21 14:54:37 1.1.2.15
+++ TextIndex.py 2001/05/21 16:50:40 1.1.2.16
@@ -534,7 +534,6 @@
r = None
- print keys,query_operator
for key in keys:
key = string.strip(key)
@@ -542,7 +541,6 @@
continue
b = self.query(key, query_operator).bucket()
- print b
w, r = weightedIntersection(r, b)
if r is not None: