Commit e2fcfa2c authored by Michel Pelletier's avatar Michel Pelletier

removed print statements

parent 9d73bb8b
......@@ -309,10 +309,8 @@ class ZCatalog(Folder, FindSupport, Persistent, Implicit):
def catalog_object(self, obj, uid):
""" wrapper around catalog """
print 'about to catalog %s' % uid
self.total = self.total + self._catalog.catalogObject(obj, uid)
if self.total > self.threshold:
print 'about to commit'
get_transaction().commit(1)
self.total = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment