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:
parent
c98cd372be
commit
48870e56d6
1 changed files with 0 additions and 1 deletions
|
@ -532,7 +532,6 @@ def main() -> None:
|
||||||
for app, info in apps_updated.items():
|
for app, info in apps_updated.items():
|
||||||
result_message += f"\n- {app}"
|
result_message += f"\n- {app}"
|
||||||
if isinstance(info, tuple):
|
if isinstance(info, tuple):
|
||||||
print(info)
|
|
||||||
result_message += f" ({info[0]} -> {info[1]})"
|
result_message += f" ({info[0]} -> {info[1]})"
|
||||||
if info[2] is not None:
|
if info[2] is not None:
|
||||||
result_message += f" see {info[2]}"
|
result_message += f" see {info[2]}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue