[Zope-Checkins] CVS: Zope2 - PathIndex.py:1.1.2.2
andreas@digicool.com
andreas@digicool.com
Mon, 14 May 2001 21:36:47 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/PathIndex
In directory korak.digicool.com:/tmp/cvs-serv27900
Modified Files:
Tag: ajung-dropin-registry
PathIndex.py
Log Message:
removed debug code
--- Updated File PathIndex.py in package Zope2 --
--- PathIndex.py 2001/05/14 18:54:54 1.1.2.1
+++ PathIndex.py 2001/05/15 01:36:47 1.1.2.2
@@ -123,7 +123,6 @@
def clear(self):
""" clear everything """
- print 'everything is clear'
self._index = OOBTree()
self._unindex = IOBTree()
@@ -152,7 +151,6 @@
def index_object(self, documentId, obj ,threshold):
""" hook for (Z)Catalog """
- print documentId
try:
path = obj.getPhysicalPath()
@@ -276,8 +274,6 @@
cid ???
"""
- print self.keys()
-
if request.has_key(self.id):
keys = request[self.id]
else: