no need to check daily stats or mark expired due

This commit is contained in:
Damien Elmes 2008-11-15 17:57:22 +09:00
parent cfb04ca8c6
commit df28128a24

View file

@ -254,8 +254,6 @@ class AnkiQt(QMainWindow):
if self.state == "deckFinished":
# don't try refresh if the deck is closed during a sync
if self.deck:
self.deck.checkDailyStats()
self.deck.markExpiredCardsDue()
self.moveToState("getQuestion")
if self.state != "deckFinished":
if self.refreshTimer: