mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
remove debugging code
This commit is contained in:
parent
576c3bdaf8
commit
9fe87329cd
1 changed files with 0 additions and 1 deletions
|
@ -1005,7 +1005,6 @@ your deck."""))
|
|||
deck = DeckStorage.Deck(d, backup=False)
|
||||
except Exception, e:
|
||||
if not "File is in use" in str(e):
|
||||
print "remove"
|
||||
toRemove.append(d)
|
||||
else:
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue