don't bother logging sortCards()

This commit is contained in:
Damien Elmes 2013-11-13 16:51:40 +09:00
parent c3300f733a
commit 853faa90cd

View File

@ -1415,7 +1415,6 @@ and due >= ? and queue = 0""" % scids, now, self.col.usn(), shiftby, low)
d.append(dict(now=now, due=due[nid], usn=self.col.usn(), cid=id))
self.col.db.executemany(
"update cards set due=:due,mod=:now,usn=:usn where id = :cid", d)
self.col.log(cids)
def randomizeCards(self, did):
cids = self.col.db.list("select id from cards where did = ?", did)