impl: cleaning up some debug flag/symbol

This commit is contained in:
Gaukas Wang 2023-07-29 23:53:01 -06:00
parent 8a3397d0ae
commit 8463016cbc
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D
6 changed files with 1 additions and 17 deletions

View file

@ -331,7 +331,6 @@ func (p *TransportParameters) readNumericTransportParameter(
func (p *TransportParameters) Marshal(pers protocol.Perspective) []byte {
// [UQUIC]
if p.ClientOverride != nil {
fmt.Println("ClientOverride!!")
return p.ClientOverride.Marshal()
}
// [/UQUIC]