mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
remove debugging code
This commit is contained in:
parent
50e9885c15
commit
3b2ba252cd
1 changed files with 0 additions and 2 deletions
|
|
@ -1948,7 +1948,6 @@ seq > :s and seq <= :e order by seq desc""", s=start, e=end)
|
|||
##########################################################################
|
||||
|
||||
def updateDynamicIndices(self):
|
||||
t = time.time()
|
||||
indices = {
|
||||
'intervalDesc':
|
||||
'(type, isDue, priority desc, interval desc)',
|
||||
|
|
@ -1983,7 +1982,6 @@ seq > :s and seq <= :e order by seq desc""", s=start, e=end)
|
|||
(k, v))
|
||||
else:
|
||||
self.s.statement("drop index if exists ix_cards_%s" % k)
|
||||
print "up", time.time() - t
|
||||
|
||||
# Shared decks
|
||||
##########################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue