mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
remove redundant code
This commit is contained in:
parent
1b027af439
commit
ff38dad5b2
1 changed files with 0 additions and 1 deletions
|
@ -845,7 +845,6 @@ when type = 1 then combinedDue + 86400 * (case
|
||||||
else interval*:rev
|
else interval*:rev
|
||||||
end)
|
end)
|
||||||
when type = 2 then :new
|
when type = 2 then :new
|
||||||
else combinedDue
|
|
||||||
end),
|
end),
|
||||||
modified = :now, isDue = 0
|
modified = :now, isDue = 0
|
||||||
where id != :id and factId = :factId
|
where id != :id and factId = :factId
|
||||||
|
|
Loading…
Reference in a new issue