mirror of
https://github.com/c9moser/sgbackup.git
synced 2026-01-19 19:40: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:
|
for name,match,pos in result:
|
||||||
item = self._liststore.get_item(pos)
|
self._liststore.get_item(pos).fuzzy_match = match
|
||||||
item.fuzzy_match = match
|
|
||||||
print("\"{}\" | \"{}\"".format(name,item.name),match,pos)
|
|
||||||
|
|
||||||
print("-"*80)
|
print("-"*80)
|
||||||
self.__filter_model.set_filter(GameViewMatchFilter())
|
self.__filter_model.set_filter(GameViewMatchFilter())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user