From f9cad0880e938445f20f38ee8ce6f6e6508b5810 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 4 Jan 2024 23:26:37 +0100 Subject: [PATCH] remove debug print --- autoupdate_app_sources/autoupdate_app_sources.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/autoupdate_app_sources/autoupdate_app_sources.py b/autoupdate_app_sources/autoupdate_app_sources.py index 73971b3..b7bd956 100644 --- a/autoupdate_app_sources/autoupdate_app_sources.py +++ b/autoupdate_app_sources/autoupdate_app_sources.py @@ -239,8 +239,6 @@ class AppAutoUpdater: message = "Upgrade sources" new_branch = "ci-auto-update-sources" - print(message) - try: # Get the commit base for the new branch, and create it commit_sha = self.repo.get_branch(self.base_branch).commit.sha