mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 01:12:24 +08:00
commands: Removed a fmt.Println
This commit is contained in:

committed by
Juan Batiz-Benet

parent
a9bd172414
commit
f1fc26e70b
@ -108,7 +108,6 @@ func (r *response) Marshal() ([]byte, error) {
|
|||||||
return []byte{}, nil
|
return []byte{}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(r.req, r.req.Option(EncShort))
|
|
||||||
if !r.req.Option(EncShort).Found() {
|
if !r.req.Option(EncShort).Found() {
|
||||||
return nil, fmt.Errorf("No encoding type was specified")
|
return nil, fmt.Errorf("No encoding type was specified")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user