stop logging gc

This commit is contained in:
Damien Elmes 2017-01-20 15:12:48 +10:00
parent 02975d43ad
commit b81998a374

View file

@ -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
##########################################################################