mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
remove obsolete graphs code
This commit is contained in:
parent
6a4f1d873b
commit
82c3b83f57
1 changed files with 0 additions and 4 deletions
|
@ -88,10 +88,6 @@ from cards where type = 1 and priority in (1,2,3,4) and interval > 21""")
|
|||
for dayslist in dayslists:
|
||||
self.addMissing(dayslist, self.stats['lowestInDay'], days)
|
||||
|
||||
# what is this doing?
|
||||
# for i in range(days):
|
||||
# dayslists[0][i] += dayslists[1][i]
|
||||
|
||||
argl = []
|
||||
|
||||
for dayslist in dayslists:
|
||||
|
|
Loading…
Reference in a new issue