we don't need changed anymore, since it's usually only updated on review

This commit is contained in:
Damien Elmes 2011-04-19 06:50:34 +09:00
parent d6258e7231
commit 5394740ea7

View file

@ -27,7 +27,6 @@ class CardStats(object):
"select time/1000 from revlog where rep = 1 and cid = :id", id=c.id) "select time/1000 from revlog where rep = 1 and cid = :id", id=c.id)
if first: if first:
self.addLine(_("First Review"), self.strTime(first)) self.addLine(_("First Review"), self.strTime(first))
self.addLine(_("Changed"), self.strTime(c.mod))
if c.reps: if c.reps:
if c.queue == 2: if c.queue == 2:
next = time.time()+((self.deck.sched.today - c.due)*86400) next = time.time()+((self.deck.sched.today - c.due)*86400)