mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
remove erroneous comment
This commit is contained in:
parent
21ec548680
commit
1be5943903
1 changed files with 0 additions and 1 deletions
|
@ -682,7 +682,6 @@ type = 0 and isDue = 1 and combinedDue <= :now""", now=time.time())
|
||||||
self._dailyStats = dailyStats(self)
|
self._dailyStats = dailyStats(self)
|
||||||
# mark due cards and update counts
|
# mark due cards and update counts
|
||||||
self.checkDue()
|
self.checkDue()
|
||||||
# invalid card count
|
|
||||||
# determine new card distribution
|
# determine new card distribution
|
||||||
if self.newCardSpacing == NEW_CARDS_DISTRIBUTE:
|
if self.newCardSpacing == NEW_CARDS_DISTRIBUTE:
|
||||||
if self.newCountToday:
|
if self.newCountToday:
|
||||||
|
|
Loading…
Reference in a new issue