mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
remove selectfact debugging
This commit is contained in:
parent
e6721c145b
commit
c790f516f0
1 changed files with 0 additions and 2 deletions
|
@ -550,8 +550,6 @@ where id in (%s)""" % ",".join([
|
|||
self.updateSearch()
|
||||
|
||||
def selectFacts(self):
|
||||
self.editor.setFact(None)
|
||||
return
|
||||
sm = self.dialog.tableView.selectionModel()
|
||||
cardIds = dict([(x, 1) for x in self.selectedFactsAsCards()])
|
||||
for i, card in enumerate(self.model.cards):
|
||||
|
|
Loading…
Reference in a new issue