archive
/
actioner
Archived
1
Fork 0

Remove accidental print

This commit is contained in:
Jake Howard 2019-03-06 15:08:51 +00:00
parent 02f1a80f9e
commit f599d82e9c
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ def todoist_repo_prs():
existing_task = todoist.items.get_by_id(existing_task_id)
task_completed = is_task_completed(existing_task)
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:
logger.info(
"Completing task to review '{}', because I already did it".format(