1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

remove debug print

This commit is contained in:
OniriCorpe 2024-01-05 20:56:36 +01:00
parent 6592537ea6
commit b616930a15

View file

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