mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-17 17:34:11 -05:00
chore: remove debug
This commit is contained in:
parent
21c13bba9d
commit
cf2dfbb75d
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ module Invidious::Routes::Companion
|
||||||
|
|
||||||
begin
|
begin
|
||||||
COMPANION_POOL.client do |wrapper|
|
COMPANION_POOL.client do |wrapper|
|
||||||
puts env.request.headers
|
|
||||||
wrapper.client.get(url, env.request.headers) do |resp|
|
wrapper.client.get(url, env.request.headers) do |resp|
|
||||||
return self.proxy_companion(env, resp)
|
return self.proxy_companion(env, resp)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue