1
0
Fork 0

remove debug print

This commit is contained in:
OniriCorpe 2024-01-05 20:56:36 +01:00
parent eafc9606e4
commit 50ce88fe17

View file

@ -240,9 +240,6 @@ class AppAutoUpdater:
title = message = "Upgrade sources" title = message = "Upgrade sources"
new_branch = "ci-auto-update-sources" new_branch = "ci-auto-update-sources"
print(f"Title: {title}")
print(f"Message: {message}")
try: try:
# Get the commit base for the new branch, and create it # Get the commit base for the new branch, and create it
commit_sha = self.repo.get_branch(self.base_branch).commit.sha commit_sha = self.repo.get_branch(self.base_branch).commit.sha