From f599d82e9c290943cdc9aca3465aecc1dbd34a62 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 6 Mar 2019 15:08:51 +0000 Subject: [PATCH] Remove accidental print --- actioner/scheduler/todoist_repo_prs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/actioner/scheduler/todoist_repo_prs.py b/actioner/scheduler/todoist_repo_prs.py index 867a984..7dba4f4 100644 --- a/actioner/scheduler/todoist_repo_prs.py +++ b/actioner/scheduler/todoist_repo_prs.py @@ -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(