[Zope-Checkins] CVS: Zope2 - PathIndex.py:1.1.2.21
Andreas Jung
andreas@digicool.com
Wed, 23 May 2001 12:42:21 -0400
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/PathIndex
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/PluginIndexes/PathIndex
Modified Files:
Tag: ajung-dropin-registry
PathIndex.py
Log Message:
removed debug code
--- Updated File PathIndex.py in package Zope2 --
--- PathIndex.py 2001/05/23 15:46:43 1.1.2.20
+++ PathIndex.py 2001/05/23 16:42:20 1.1.2.21
@@ -342,7 +342,6 @@
res = None
- print record.keys
for k in record.keys:
rows = self.search(k,level)
res = set_func(res,rows)