Commit f1ad7b9c authored by Andreas Jung's avatar Andreas Jung

removed debug 'print'

parent 65aa2528
......@@ -255,7 +255,6 @@ class ZCatalog(Folder, Persistent, Implicit):
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
......
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