mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
remove unused clause in earliestTime()
This commit is contained in:
parent
2ca1627add
commit
87ffbedf16
1 changed files with 1 additions and 1 deletions
|
@ -1138,7 +1138,7 @@ select combinedDue from cards c where type = 1
|
||||||
order by combinedDue
|
order by combinedDue
|
||||||
limit 1"""))
|
limit 1"""))
|
||||||
earliestFail = self.s.scalar(self.cardLimit("revActive", "revInactive", """
|
earliestFail = self.s.scalar(self.cardLimit("revActive", "revInactive", """
|
||||||
select combinedDue+%d from cards c where type = 0 and combinedDue > :lim
|
select combinedDue+%d from cards c where type = 0
|
||||||
order by combinedDue
|
order by combinedDue
|
||||||
limit 1""" % self.delay0))
|
limit 1""" % self.delay0))
|
||||||
if earliestRev and earliestFail:
|
if earliestRev and earliestFail:
|
||||||
|
|
Loading…
Reference in a new issue