mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-04 17:22:38 +01:00
Commented out something.
This commit is contained in:
parent
6393faf817
commit
edbfd43281
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user