remove debug print
This commit is contained in:
parent
eafc9606e4
commit
50ce88fe17
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue