mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
remove debug statement
This commit is contained in:
parent
225e31f470
commit
189ca06492
1 changed files with 0 additions and 1 deletions
|
@ -747,7 +747,6 @@ priority != 0 and due < :now and spaceUntil > :now""",
|
|||
fact.assertUnique(self.s)
|
||||
# check we have card models available
|
||||
cms = self.availableCardModels(fact)
|
||||
print cms
|
||||
if not cms:
|
||||
return []
|
||||
# proceed
|
||||
|
|
Loading…
Reference in a new issue