[Zope-Checkins]
SVN: Zope/branches/ajung-zcatalog-progress/lib/python/Products/ZCatalog/ZCatalog.py
removed debug 'print'
Andreas Jung
andreas at andreas-jung.com
Fri Jul 16 02:18:55 EDT 2004
Log message for revision 26566:
removed debug 'print'
Changed:
U Zope/branches/ajung-zcatalog-progress/lib/python/Products/ZCatalog/ZCatalog.py
-=-
Modified: Zope/branches/ajung-zcatalog-progress/lib/python/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/branches/ajung-zcatalog-progress/lib/python/Products/ZCatalog/ZCatalog.py 2004-07-16 05:57:23 UTC (rev 26565)
+++ Zope/branches/ajung-zcatalog-progress/lib/python/Products/ZCatalog/ZCatalog.py 2004-07-16 06:18:55 UTC (rev 26566)
@@ -255,7 +255,6 @@
pgthreshold = self._getProgressThreshold()
handler = (pgthreshold > 0) and ZLogHandler(pgthreshold) or None
self.refreshCatalog(clear=1, pghandler=handler)
- print handler
elapse = time.time() - elapse
c_elapse = time.clock() - c_elapse
More information about the Zope-Checkins
mailing list