mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
remove stray print statement
This commit is contained in:
parent
ed1956f5a9
commit
a76879c305
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ func (e *headerParseError) Is(err error) bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e *headerParseError) Unwrap() error {
|
func (e *headerParseError) Unwrap() error {
|
||||||
fmt.Println("unwrap")
|
|
||||||
return e.err
|
return e.err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue