diff --git a/aqt/reviewer.py b/aqt/reviewer.py index 9c8d7735e..66b74d93f 100644 --- a/aqt/reviewer.py +++ b/aqt/reviewer.py @@ -121,8 +121,6 @@ function _typeAnsPress() { def _showQuestion(self): self.state = "question" c = self.card - # mod the card so it shows up in the recently modified list - c.flush() # grab the question and play audio q = c.q() if self.mw.pm.profile['autoplay']: