diff --git a/packet_unpacker.go b/packet_unpacker.go index 34e9d867..6e98f961 100644 --- a/packet_unpacker.go +++ b/packet_unpacker.go @@ -25,7 +25,6 @@ func (e *headerParseError) Is(err error) bool { } func (e *headerParseError) Unwrap() error { - fmt.Println("unwrap") return e.err }