From 48870e56d6319d7c8a6080f03b942fc198c40f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 15 Feb 2024 09:54:03 +0100 Subject: [PATCH] Remove debug print --- tools/autoupdate_app_sources/autoupdate_app_sources.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/autoupdate_app_sources/autoupdate_app_sources.py b/tools/autoupdate_app_sources/autoupdate_app_sources.py index bd85a36a..4225d224 100755 --- a/tools/autoupdate_app_sources/autoupdate_app_sources.py +++ b/tools/autoupdate_app_sources/autoupdate_app_sources.py @@ -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]}"