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: if doFlush:
flush() flush()
# This is so registry._cache gets filled. # This is so registry._cache gets filled.
if registryFilename is not None: # This seems dumb, so we'll try not doing it anymore.
registry.open(registryFilename) #if registryFilename is not None:
# registry.open(registryFilename)
if not dying: if not dying:
log.debug('Regexp cache size: %s', len(sre._cache)) log.debug('Regexp cache size: %s', len(sre._cache))
log.debug('Pattern cache size: %s'%len(ircutils._patternCache)) log.debug('Pattern cache size: %s'%len(ircutils._patternCache))