mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
impl: cleaning up some debug flag/symbol
This commit is contained in:
parent
8a3397d0ae
commit
8463016cbc
6 changed files with 1 additions and 17 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue