diff --git a/src/main.py b/src/main.py index 036ff4c4..1d75622f 100644 --- a/src/main.py +++ b/src/main.py @@ -93,10 +93,6 @@ def do_activate(self): if not win: win = WarehouseWindow(application=self) win.present() - # try: - # subprocess.run(['flattool', 'id', 'abcdefg'], check=True) - # except subprocess.CalledProcessError: - # print("Not found") def on_about_action(self, widget, _): """Callback for the app.about action."""