TUN-5849: Remove configuration debug log
This commit is contained in:
parent
0899d6a136
commit
eee0d57ed0
|
@ -123,7 +123,6 @@ func (c *HTTP2Connection) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case TypeConfiguration:
|
case TypeConfiguration:
|
||||||
fmt.Println("TYPE CONFIGURATION?")
|
|
||||||
if err := c.handleConfigurationUpdate(respWriter, r); err != nil {
|
if err := c.handleConfigurationUpdate(respWriter, r); err != nil {
|
||||||
c.log.Error().Err(err)
|
c.log.Error().Err(err)
|
||||||
respWriter.WriteErrorResponse()
|
respWriter.WriteErrorResponse()
|
||||||
|
|
Loading…
Reference in New Issue