Remove debug code.

This commit is contained in:
FireMasterK
2021-06-10 02:42:39 +05:30
parent a16e640799
commit f95f1a8540
-2
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)