1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Remove debug print

This commit is contained in:
Salamandar 2024-02-15 09:54:03 +01:00
parent c98cd372be
commit 48870e56d6

View file

@ -532,7 +532,6 @@ def main() -> None:
for app, info in apps_updated.items():
result_message += f"\n- {app}"
if isinstance(info, tuple):
print(info)
result_message += f" ({info[0]} -> {info[1]})"
if info[2] is not None:
result_message += f" see {info[2]}"