remove debug print
This commit is contained in:
parent
14d79aa8af
commit
f9cad0880e
1 changed files with 0 additions and 2 deletions
|
@ -239,8 +239,6 @@ class AppAutoUpdater:
|
||||||
message = "Upgrade sources"
|
message = "Upgrade sources"
|
||||||
new_branch = "ci-auto-update-sources"
|
new_branch = "ci-auto-update-sources"
|
||||||
|
|
||||||
print(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
|
||||||
|
|
Loading…
Reference in a new issue