diff --git a/commands/response.go b/commands/response.go index ac5b6b293..8d8bdccda 100644 --- a/commands/response.go +++ b/commands/response.go @@ -108,7 +108,6 @@ func (r *response) Marshal() ([]byte, error) { return []byte{}, nil } - fmt.Println(r.req, r.req.Option(EncShort)) if !r.req.Option(EncShort).Found() { return nil, fmt.Errorf("No encoding type was specified") }