Remove debug code.

This commit is contained in:
FireMasterK 2021-06-10 02:42:39 +05:30
parent a16e640799
commit f95f1a8540
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58

View file

@ -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)