Skip to content

Commit 8ee182f

Browse files
committed
Remove dead code.
1 parent fafd35f commit 8ee182f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cfbot_work_queue.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ def process_one_job(conn, fetch_only):
124124
cfbot_github.poll_github_commit(conn, key)
125125
elif type == "poll-github-run":
126126
cfbot_github.poll_github_run(conn, key)
127-
elif type == "poll-github-run-on-webhook":
128-
cfbot_github.poll_github_run_on_webhook(conn, key)
129127
# Notifying the Commitfest app
130128
elif type == "post-task-status":
131129
cfbot_commitfest.post_task_status(conn, key)

0 commit comments

Comments
 (0)