From ada55f0d2e57d30155a45c59cfa084d9ea3e4ea1 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Mon, 22 Nov 2021 09:05:29 +0100 Subject: [PATCH] remove debug --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index a14b30e..a27454f 100644 --- a/main.go +++ b/main.go @@ -115,7 +115,6 @@ func (*requesthandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { } path := req.URL.EscapedPath() - fmt.Println(path) path = strings.Replace(path, path_prefix, "", 1) @@ -129,7 +128,6 @@ func (*requesthandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { } proxyURL.RawQuery = q.Encode() - fmt.Println(q.Encode()) if strings.HasSuffix(proxyURL.EscapedPath(), "maxres.jpg") { proxyURL.Path = getBestThumbnail(proxyURL.EscapedPath())