remove selectfact debugging

This commit is contained in:
Damien Elmes 2008-12-01 01:47:08 +09:00
parent e6721c145b
commit c790f516f0

View file

@ -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):