From b616930a15d7a348e5888c0d299a8ea7491787d1 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 5 Jan 2024 20:56:36 +0100 Subject: [PATCH] remove debug print --- tools/autoupdate_app_sources/autoupdate_app_sources.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/autoupdate_app_sources/autoupdate_app_sources.py b/tools/autoupdate_app_sources/autoupdate_app_sources.py index 9788d6a4..bb2743bf 100644 --- a/tools/autoupdate_app_sources/autoupdate_app_sources.py +++ b/tools/autoupdate_app_sources/autoupdate_app_sources.py @@ -240,9 +240,6 @@ class AppAutoUpdater: title = message = "Upgrade sources" new_branch = "ci-auto-update-sources" - print(f"Title: {title}") - print(f"Message: {message}") - try: # Get the commit base for the new branch, and create it commit_sha = self.repo.get_branch(self.base_branch).commit.sha