[Zope-Checkins]
SVN: Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/common/UnIndex.py
removed debug code
Andreas Jung
andreas at andreas-jung.com
Tue Feb 1 09:53:34 EST 2005
Log message for revision 29008:
removed debug code
Changed:
U Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/common/UnIndex.py
-=-
Modified: Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/common/UnIndex.py
===================================================================
--- Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/common/UnIndex.py 2005-02-01 14:49:55 UTC (rev 29007)
+++ Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/common/UnIndex.py 2005-02-01 14:53:34 UTC (rev 29008)
@@ -254,12 +254,10 @@
def numObjects(self):
""" return number of indexed objects """
- print 'numobjects', self.getId(), len(self._unindex)
return len(self._unindex)
def indexSize(self):
""" return of distinct values indexed"""
- print 'indexSize', self.getId(), len(self)
return len(self)
def unindex_object(self, documentId):
More information about the Zope-Checkins
mailing list