mirror of
https://github.com/TeamPiped/http3-ytproxy.git
synced 2024-12-06 19:16:28 +01:00
Remove debug code.
This commit is contained in:
@@ -80,8 +80,6 @@ func (*requesthandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
|
||||
proxyURL.RawPath = getBestThumbnail(proxyURL.EscapedPath())
|
||||
}
|
||||
|
||||
fmt.Println(proxyURL.String())
|
||||
|
||||
request, err := http.NewRequest("GET", proxyURL.String(), nil)
|
||||
|
||||
copyHeaders(req.Header, request.Header)
|
||||
|
||||
Reference in New Issue
Block a user