diff --git a/anki/sched.py b/anki/sched.py index 6ebf71fe7..2f52e557e 100644 --- a/anki/sched.py +++ b/anki/sched.py @@ -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)