stray logging (#56)

This commit is contained in:
Michael Quigley 2023-01-10 15:42:24 -05:00
parent 2c5ea40b73
commit a63b66ad97
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -91,7 +91,6 @@ func newReverseProxy(target string, requests chan *endpoints.BackendRequest) (*h
Path: req.URL.String(),
}
}
fmt.Printf("proxy <= %v %v <= %v\n", req.Method, req.URL.String(), req.Header["X-Real-Ip"])
director(req)
req.Header.Set("X-Proxy", "zrok")
}