mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 08:47:42 +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
|
||||
}
|
||||
|
||||
fmt.Println(r.req, r.req.Option(EncShort))
|
||||
if !r.req.Option(EncShort).Found() {
|
||||
return nil, fmt.Errorf("No encoding type was specified")
|
||||
}
|
||||
|
Reference in New Issue
Block a user