forked from quic-go/quic-go
remove stray print statement
This commit is contained in:
@@ -25,7 +25,6 @@ func (e *headerParseError) Is(err error) bool {
|
||||
}
|
||||
|
||||
func (e *headerParseError) Unwrap() error {
|
||||
fmt.Println("unwrap")
|
||||
return e.err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user