1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 17:03:58 +08:00

commands: Removed a fmt.Println

This commit is contained in:
Matt Bell
2014-11-10 22:41:30 -08:00
committed by Juan Batiz-Benet
parent a9bd172414
commit f1fc26e70b

View File

@ -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")
}