Skip to content
This repository was archived by the owner on May 28, 2022. It is now read-only.

Commit eee0d57

Browse files
committed
TUN-5849: Remove configuration debug log
1 parent 0899d6a commit eee0d57

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

connection/http2.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ func (c *HTTP2Connection) ServeHTTP(w http.ResponseWriter, r *http.Request) {
123123
}
124124

125125
case TypeConfiguration:
126-
fmt.Println("TYPE CONFIGURATION?")
127126
if err := c.handleConfigurationUpdate(respWriter, r); err != nil {
128127
c.log.Error().Err(err)
129128
respWriter.WriteErrorResponse()

0 commit comments

Comments
 (0)