1
0
Fork 0

lol forgot debug prints

This commit is contained in:
OniriCorpe 2024-02-14 05:28:37 +01:00
parent 9f6036d471
commit 2c960ebc3b

View file

@ -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