remove breakpoint

This commit is contained in:
Qubasa
2023-12-01 15:51:44 +01:00
parent 4bca1f3ebf
commit 35297a2750

View File

@@ -53,7 +53,6 @@ class ClanSelectPage(Gtk.Box):
def on_double_click(
self, tree_view: Gtk.TreeView, path: Gtk.TreePath, column: Gtk.TreeViewColumn
) -> None:
breakpoint()
# Get the selection object of the tree view
selection = tree_view.get_selection()
model, row = selection.get_selected()