Remove accidental print
This commit is contained in:
parent
02f1a80f9e
commit
f599d82e9c
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ def todoist_repo_prs():
|
||||||
existing_task = todoist.items.get_by_id(existing_task_id)
|
existing_task = todoist.items.get_by_id(existing_task_id)
|
||||||
task_completed = is_task_completed(existing_task)
|
task_completed = is_task_completed(existing_task)
|
||||||
if my_review:
|
if my_review:
|
||||||
print(pr, my_review, my_review.commit_id, pr.head.sha)
|
|
||||||
if my_review.commit_id == pr.head.sha and not task_completed:
|
if my_review.commit_id == pr.head.sha and not task_completed:
|
||||||
logger.info(
|
logger.info(
|
||||||
"Completing task to review '{}', because I already did it".format(
|
"Completing task to review '{}', because I already did it".format(
|
||||||
|
|
Reference in a new issue