mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
we don't need changed anymore, since it's usually only updated on review
This commit is contained in:
parent
d6258e7231
commit
5394740ea7
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ class CardStats(object):
|
|||
"select time/1000 from revlog where rep = 1 and cid = :id", id=c.id)
|
||||
if first:
|
||||
self.addLine(_("First Review"), self.strTime(first))
|
||||
self.addLine(_("Changed"), self.strTime(c.mod))
|
||||
if c.reps:
|
||||
if c.queue == 2:
|
||||
next = time.time()+((self.deck.sched.today - c.due)*86400)
|
||||
|
|
Loading…
Reference in a new issue