mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +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 {
|
||||
fmt.Println("unwrap")
|
||||
return e.err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue