mirror of
https://github.com/c9moser/sgbackup.git
synced 2026-01-19 11:30:13 +00:00
removed debug output from GameView
This commit is contained in:
parent
b9f4a37a52
commit
4801bcf7a1
@ -394,9 +394,7 @@ class GameView(Gtk.Box):
|
||||
|
||||
|
||||
for name,match,pos in result:
|
||||
item = self._liststore.get_item(pos)
|
||||
item.fuzzy_match = match
|
||||
print("\"{}\" | \"{}\"".format(name,item.name),match,pos)
|
||||
self._liststore.get_item(pos).fuzzy_match = match
|
||||
|
||||
print("-"*80)
|
||||
self.__filter_model.set_filter(GameViewMatchFilter())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user