mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
remove print statement
This commit is contained in:
parent
3b6964c9c3
commit
5f082dfae5
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ class ModelChooser(QHBoxLayout):
|
||||||
help="_notes", parent=self.widget)
|
help="_notes", parent=self.widget)
|
||||||
if not ret.name:
|
if not ret.name:
|
||||||
return
|
return
|
||||||
print ret.name
|
|
||||||
m = self.deck.models.byName(ret.name)
|
m = self.deck.models.byName(ret.name)
|
||||||
self.deck.conf['curModel'] = m['id']
|
self.deck.conf['curModel'] = m['id']
|
||||||
cdeck = self.deck.decks.current()
|
cdeck = self.deck.decks.current()
|
||||||
|
|
Loading…
Reference in a new issue