Commit b3e97b38 authored by Matt Bell's avatar Matt Bell Committed by Juan Batiz-Benet

commands: Removed a fmt.Println

parent 6f79696e
......@@ -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")
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment