remove debug print
This commit is contained in:
parent
76117a7d12
commit
2bf8888662
@ -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…
x
Reference in New Issue
Block a user