Skip to content

Commit

Permalink
chore(): Remove unnecessary debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
alithethird committed Sep 30, 2024
1 parent 3f49453 commit 0ef7fe6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/github_runner_manager/reactive/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ def _check_job_been_picked_up(job_url: HttpUrl, github_client: GithubClient) ->
# "https://api.github.com/repos/cbartz/gh-runner-test/actions/jobs/22428484402"
path = job_url.path
# we know that path is not empty as it is validated by the JobDetails model
logging.debug(
"----------- job_url path %s", path
)

job_url_path_parts = path.split("/") # type: ignore
job_id = job_url_path_parts[-1]
owner = job_url_path_parts[2]
Expand Down

0 comments on commit 0ef7fe6

Please sign in to comment.