diff --git a/main.go b/main.go index 67d6482..f5f9ba2 100644 --- a/main.go +++ b/main.go @@ -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)