Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed May 27, 2024
1 parent 4d7ce32 commit 73d09ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jobs/request.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function _job_proxy_host(job::Job)
isempty(uri.query),
isempty(uri.fragment),
)
@show checks
all(checks) ? uri : nothing
catch e
isa(e, ParseError) || rethrow()
Expand Down

0 comments on commit 73d09ea

Please sign in to comment.