remove stray print statement

This commit is contained in:
Marten Seemann 2020-11-24 09:05:23 +07:00
parent ed1956f5a9
commit a76879c305

View file

@ -25,7 +25,6 @@ func (e *headerParseError) Is(err error) bool {
}
func (e *headerParseError) Unwrap() error {
fmt.Println("unwrap")
return e.err
}