remove debug remains

This commit is contained in:
Mike Fährmann
2024-08-12 08:00:59 +02:00
parent 7f0f407d88
commit 9db361e4cd

View File

@@ -207,7 +207,7 @@ def build_parser():
)
update = parser.add_argument_group("Update Options")
if util.EXECUTABLE or 1:
if util.EXECUTABLE:
update.add_argument(
"-U", "--update",
dest="update", action="store_const", const="latest",