diff --git a/connection/http2.go b/connection/http2.go index 55e73ad3..92104dad 100644 --- a/connection/http2.go +++ b/connection/http2.go @@ -123,7 +123,6 @@ func (c *HTTP2Connection) ServeHTTP(w http.ResponseWriter, r *http.Request) { } case TypeConfiguration: - fmt.Println("TYPE CONFIGURATION?") if err := c.handleConfigurationUpdate(respWriter, r); err != nil { c.log.Error().Err(err) respWriter.WriteErrorResponse()