From 5394740ea7adb7d42d340090ab9f8e49b1975731 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 19 Apr 2011 06:50:34 +0900 Subject: [PATCH] we don't need changed anymore, since it's usually only updated on review --- anki/stats.py | 1 - 1 file changed, 1 deletion(-) diff --git a/anki/stats.py b/anki/stats.py index d9a3844f5..8ad101c19 100644 --- a/anki/stats.py +++ b/anki/stats.py @@ -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)