chore: remove debug

pull/5266/head
Emilien 2025-09-03 15:57:58 +02:00
rodzic 36db52cc5e
commit 4e7dbbdd35
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,6 @@ module Invidious::Routes::Companion
begin
COMPANION_POOL.client do |wrapper|
puts env.request.headers
wrapper.client.get(url, env.request.headers) do |resp|
return self.proxy_companion(env, resp)
end