From 2c960ebc3bf960da9538f0adb9540fa860dc8785 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 14 Feb 2024 05:28:37 +0100 Subject: [PATCH] lol forgot debug prints --- autoupdate_app_sources/autoupdate_app_sources.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/autoupdate_app_sources/autoupdate_app_sources.py b/autoupdate_app_sources/autoupdate_app_sources.py index 0cce06d..9a265e4 100644 --- a/autoupdate_app_sources/autoupdate_app_sources.py +++ b/autoupdate_app_sources/autoupdate_app_sources.py @@ -257,9 +257,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