Skip to content

Commit c29786d

Browse files
committed
Removing fmt.Printf used to debug production experiment
1 parent a682381 commit c29786d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ func newProxy(redirURL string, yGen, tGen uint64, printGC bool) http.HandlerFunc
222222
oldURL := req.URL.String()
223223
req.URL.Scheme = target.Scheme
224224
req.URL.Host = target.Host
225-
fmt.Printf("Target:%s ChangedURL:%s OldURL:%s\n", target.String(), req.URL.String(), oldURL)
226225
if _, ok := req.Header["User-Agent"]; !ok {
227226
// explicitly disable User-Agent so it's not set to default value
228227
req.Header.Set("User-Agent", "")

0 commit comments

Comments
 (0)