Skip to content

Commit

Permalink
removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Pelletier committed Jun 30, 1999
1 parent 3b91851 commit daf15c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ZCatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,8 @@ def manage_delIndexes(self, names, REQUEST):

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

Expand Down

0 comments on commit daf15c1

Please sign in to comment.