mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
stop logging gc
This commit is contained in:
parent
02975d43ad
commit
b81998a374
1 changed files with 0 additions and 2 deletions
|
@ -1175,9 +1175,7 @@ Please ensure a profile is open and Anki is not busy, then try again."""),
|
|||
|
||||
def doGC(self):
|
||||
assert not self.progress.inDB
|
||||
self._crashLog.write(b"gc started at %d\n" % time.time())
|
||||
gc.collect()
|
||||
self._crashLog.write(b"gc finished\n")
|
||||
|
||||
# Crash log
|
||||
##########################################################################
|
||||
|
|
Loading…
Reference in a new issue