Commented out something.

This commit is contained in:
Jeremy Fincher 2004-09-17 03:32:33 +00:00
parent 6393faf817
commit edbfd43281

View File

@ -118,8 +118,9 @@ def upkeep():
if doFlush:
flush()
# This is so registry._cache gets filled.
if registryFilename is not None:
registry.open(registryFilename)
# This seems dumb, so we'll try not doing it anymore.
#if registryFilename is not None:
# registry.open(registryFilename)
if not dying:
log.debug('Regexp cache size: %s', len(sre._cache))
log.debug('Pattern cache size: %s'%len(ircutils._patternCache))