Remove stray Printf

This commit is contained in:
Deluan 2020-11-14 13:38:27 -05:00
parent 9629c26537
commit 44d13bd37c
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ func (broker *broker) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
// Make sure that the writer supports flushing.
flusher, ok := rw.(http.Flusher)
fmt.Printf("%#v\n", req.Context())
user, _ := request.UserFrom(req.Context())
if !ok {
log.Error(rw, "Streaming unsupported! Events cannot be sent to this client", "address", req.RemoteAddr,