mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -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)
|
fact.assertUnique(self.s)
|
||||||
# check we have card models available
|
# check we have card models available
|
||||||
cms = self.availableCardModels(fact)
|
cms = self.availableCardModels(fact)
|
||||||
print cms
|
|
||||||
if not cms:
|
if not cms:
|
||||||
return []
|
return []
|
||||||
# proceed
|
# proceed
|
||||||
|
|
Loading…
Reference in a new issue