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
1 changed files with 0 additions and 2 deletions

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)