Remove debug code.
This commit is contained in:
parent
a16e640799
commit
f95f1a8540
1 changed files with 0 additions and 2 deletions
2
main.go
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue